<ST_TickLblPos>
(Tick Label Position)
This simple type specifies the possible positions for tick labels.
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 axis labels shall be at the high end of the perpendicular axis. |
|
Specifies the axis labels shall be at the low end of the perpendicular axis. |
|
Specifies the axis labels shall be next to the axis. |
|
Specifies the axis labels are not drawn. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TickLblPos">
<restriction base="xsd:string">
<enumeration value="high"/>
<enumeration value="low"/>
<enumeration value="nextTo"/>
<enumeration value="none"/>
</restriction>
</simpleType>