[Table of Contents] [docx version]
Error! No text of specified style in document.
grouping (Bar Grouping)
This element specifies the type of grouping for a bar chart.
Parent Elements |
bar3DChart (§5.7.2.15); barChart (§5.7.2.16) |
Attributes |
Description |
val (Bar Grouping Value) |
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>