<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 |
---|---|
|
Specifies that the text shall be centered. |
|
Specifies that the text shall be left justified. |
|
Specifies that the text shall be right justified. |
Referenced By |
---|
|
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>