[Table of Contents] [docx version]

Error! No text of specified style in document.

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

maxMin (Maximum to Minimum)

Specifies that the values on the axis shall be reversed so they go from maximum to minimum.

minMax (Minimum to Maximum)

Specifies that the axis values shall be in the usual order, minimum to maximum.

 

Referenced By

orientation@val5.7.2.131)

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>