BarChartGrouping Enum
Lists values that specify how multiple bar series are grouped in a chart.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Members
| Name | Description |
|---|---|
Standard
|
3D column chart displays a third axis (depth axis) to show series names. The position of each bar along the value axis reflects its actual value. |
Stacked
|
Series bars are stacked on top of each other. Each bar segment shows its absolute value contribution. |
PercentStacked
|
Series bars are stacked and scaled so that the total bar height always occupies 100% of the chart height. |
Clustered
|
Series bars are placed side by side for each category. Each series occupies its own bar with no overlap. |
Related API Members
The following properties accept/return BarChartGrouping values:
See Also