<barDir>
(Bar Direction)
This element specifies whether the series form a bar (horizontal) chart or a column (vertical) chart
Attributes |
Description |
---|---|
|
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>