[Table of Contents] [docx version]
Error! No text of specified style in document.
This simple type specifies the possible positions for an axis.
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 |
b (Bottom) |
Specifies that the axis shall be displayed at the bottom of the plot area. |
l (Left) |
Specifies that the axis shall be displayed at the left of the plot area. |
r (Right) |
Specifies that the axis shall be displayed at the right of the plot area. |
t (Top) |
Specifies that the axis shall be displayed at the top of the plot area. |
Referenced By |
axPos@val (§5.7.2.10) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_AxPos">
<restriction base="xsd:string">
<enumeration value="b"/>
<enumeration value="l"/>
<enumeration value="r"/>
<enumeration value="t"/>
</restriction>
</simpleType>