<ST_Grouping>
(Grouping)
This simple type specifies the possible groupings for a bar chart.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Specifies that the chart series are drawn next to each other along the value axis and scaled to total 100%. |
|
Specifies that the chart series are drawn next to each other on the value axis. |
|
Specifies that the chart series are drawn on the value axis. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_Grouping">
<restriction base="xsd:string">
<enumeration value="percentStacked"/>
<enumeration value="standard"/>
<enumeration value="stacked"/>
</restriction>
</simpleType>