<ST_Orientation>
(Orientation)
This simple type specifies the possible ways to place a picture on a data point, series, wall, or floor.
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 values on the axis shall be reversed so they go from maximum to minimum. |
|
Specifies that the axis values shall be in the usual order, minimum to maximum. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_Orientation">
<restriction base="xsd:string">
<enumeration value="maxMin"/>
<enumeration value="minMax"/>
</restriction>
</simpleType>