[Table of Contents] [docx version]
Error! No text of specified style in document.
grouping (Grouping)
This element specifies the type of grouping for a column, line, or area chart.
Parent Elements |
area3DChart (§5.7.2.4); areaChart (§5.7.2.5); line3DChart (§5.7.2.97); lineChart (§5.7.2.98) |
Attributes |
Description |
val (Grouping Value) |
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>