2.24.4.21 ST_TickMarksType

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

Referenced by: CT_TickMarks

This simple type<603> specifies an enumeration of layout types for tick marks. Possible values are described in the following table.

Value

Meaning

in

The tick marks are inside the plot area.

out

The tick marks are outside the plot area.

cross

The tick marks cross the axis.

none

There are no tick marks.

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

 <xsd:simpleType name="ST_TickMarksType">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="in"/>
     <xsd:enumeration value="out"/>
     <xsd:enumeration value="cross"/>
     <xsd:enumeration value="none"/>
   </xsd:restriction>
 </xsd:simpleType>

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