<ST_TickMark>
(Tick Mark)
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 |
---|---|
|
Specifies the tick marks shall cross the axis. |
|
Specifies the tick marks shall be inside the plot area. |
|
Specifies there shall be no tick marks. |
|
Specifies the tick marks shall be outside the plot area. |
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>