<grouping>
(Grouping)
This element specifies the type of grouping for a column, line, or area chart.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the grouping value. The possible values for this attribute are defined by the ST_Grouping simple type (§5.7.3.17). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Grouping">
<attribute name="val" type="ST_Grouping" default="standard"/>
</complexType>