<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

<bar> (Bar)

Specifies that the chart is a bar chart - the data markers are horizontal rectangles.

<col> (Column)

Specifies that the chart is a column chart - the data markers are vertical rectangles.

Referenced By

<barDir@val>5.7.2.17)

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>