<grouping>
(Bar Grouping)
This element specifies the type of grouping for a bar chart.
Attributes |
Description |
---|---|
|
Specifies the bar grouping value. The possible values for this attribute are defined by the ST_BarGrouping simple type (§5.7.3.4). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_BarGrouping">
<attribute name="val" type="ST_BarGrouping" default="clustered"/>
</complexType>