2.24.3.87 CT_TickMarks

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

Referenced by: CT_Axis

A complex type<558> that specifies axis tick marks. Tick marks indicate intervals on an axis.

Child Elements:

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

Attributes:

type: An ST_TickMarksType attribute<560> that specifies the layout type for tick marks.

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

 <xsd:complexType name="CT_TickMarks">
   <xsd:sequence>
     <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="type" type="ST_TickMarksType" use="optional"/>
 </xsd:complexType>

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