[Table of Contents] [docx version]
Error! No text of specified style in document.
This simple type specifies the possible positions for tick marks.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
|
Enumeration Value |
Description |
|
cross (Cross) |
Specifies the tick marks shall cross the axis. |
|
in (Inside) |
Specifies the tick marks shall be inside the plot area. |
|
none (None) |
Specifies there shall be no tick marks. |
|
out (Outside) |
Specifies the tick marks shall be outside the plot area. |
|
Referenced By |
|
majorTickMark@val (§5.7.2.102); minorTickMark@val (§5.7.2.111) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TickMark">
<restriction base="xsd:string">
<enumeration value="cross"/>
<enumeration value="in"/>
<enumeration value="none"/>
<enumeration value="out"/>
</restriction>
</simpleType>