ChartGrouping Enum
Represents the grouping of a chart series for each category in a chart.
Fields
| Clustered | Chart series are drawn next to each other along the category axis. Applicable only for ColumnChart and BarChart. |
| PercentStacked | Chart series are drawn next to each other along the value axis and scaled to total 100%. Use it to compare the percentage that each value contributes to a total across categories. This value is currently supported only by ColumnChart and BarChart when exporting a chart to PDF, XPS, or image formats. This value is exported as Standard for all other chart types. |
| Stacked | Chart series are drawn next to each other on the value axis. Use it to compare the contribution of each value to a total across categories. This value is currently supported only by ColumnChart and BarChart when exporting a chart to PDF, XPS, or image formats. This value is exported as Standard for all other chart types. |
| Standard | Chart series are drawn on the value axis. Not applicable for ColumnChart and BarChart. |