<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

<high> (High)

Specifies the axis labels shall be at the high end of the perpendicular axis.

<low> (Low)

Specifies the axis labels shall be at the low end of the perpendicular axis.

<nextTo> (Next To)

Specifies the axis labels shall be next to the axis.

<none> (None)

Specifies the axis labels are not drawn.

Referenced By

<tickLblPos@val>5.7.2.208)

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>