2.24.3.86 CT_TickLabels

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

Referenced by: CT_Axis

A complex type<556> that specifies tick labels, which describe tick marks (see CT_TickMarks).

Child Elements:

extLst: A CT_ExtensionList element<557> 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_TickLabels">
   <xsd:sequence>
     <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).