2.24.3.4 CT_AxisTitle

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

Referenced by: CT_Axis

A complex type<237> that specifies an axis title.

Child Elements:

tx: A CT_Text element<238> that specifies the custom text.

spPr: A CT_ShapeProperties ([ISO/IEC29500-4:2016] section A.4.1) element<239> that specifies the OfficeArt shape properties for the axis title.

txPr: A CT_TextBody ([ISO/IEC29500-1:2016] section A.4.1) element<240> that specifies the OfficeArt text properties for the axis title 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<241> 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_AxisTitle">
   <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).