<ST_AxPos>
(Axis Position)
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 |
---|---|
|
Specifies that the axis shall be displayed at the bottom of the plot area. |
|
Specifies that the axis shall be displayed at the left of the plot area. |
|
Specifies that the axis shall be displayed at the right of the plot area. |
|
Specifies that the axis shall be displayed at the top of the plot area. |
Referenced By |
---|
|
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>