2.24.3.6 CT_AxisUnitsLabel

Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex

Referenced by: CT_AxisUnits

A complex type<246> that specifies the axis display units label.

Child Elements:

tx: A CT_Text element<247> that specifies custom label text.

spPr: A CT_ShapeProperties ([ISO/IEC29500-1:2016] section A.4.1) element<248> that specifies OfficeArt shape properties for the axis unit label.

txPr: A CT_TextBody ([ISO/IEC29500-1:2016] section A.4.1) element<249> that specifies OfficeArt text properties for the axis as a single paragraph with no text runs. Any further paragraphs, and any text runs in the first paragraph, are ignored.

extLst: A CT_ExtensionList element<250> that specifies an extensibility container.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_AxisUnitsLabel">
   <xsd:sequence>
     <xsd:element name="tx" type="CT_Text" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="spPr" type="a:CT_ShapeProperties" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="txPr" type="a:CT_TextBody" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).