<ST_LblAlgn> (Label Alignment)

This simple type specifies the possible ways to align the 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

<ctr> (Center)

Specifies that the text shall be centered.

<l> (Left)

Specifies that the text shall be left justified.

<r> (Right)

Specifies that the text shall be right justified.

Referenced By

<lblAlgn@val>5.7.2.90)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_LblAlgn">
	<restriction base="xsd:string">
	<enumeration value="ctr"/>
	<enumeration value="l"/>
	<enumeration value="r"/>
	</restriction>
</simpleType>