<barDir> (Bar Direction)

This element specifies whether the series form a bar (horizontal) chart or a column (vertical) chart

Parent Elements

<bar3DChart>5.7.2.15); <barChart>5.7.2.16)

Attributes

Description

<val> (Bar Direction Value)

Specifies the direction of the series.

The possible values for this attribute are defined by the ST_BarDir simple type (§5.7.3.3).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_BarDir">
	<attribute name="val" type="ST_BarDir" default="col"/>
</complexType>