<ST_BarDir>
(Bar Direction)
This simple type specifies the possible directions for a bar chart.
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 chart is a bar chart - the data markers are horizontal rectangles. |
|
Specifies that the chart is a column chart - the data markers are vertical rectangles. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_BarDir">
<restriction base="xsd:string">
<enumeration value="bar"/>
<enumeration value="col"/>
</restriction>
</simpleType>