vcl-cxgridchartview-dot-tcxgridcharthistogramvalues.md
Specifies the stacked diagram type.
property Stacking: TcxGridChartValuesStacking read; write; default vsNone;
| Type | Default | Description |
|---|---|---|
| TcxGridChartValuesStacking | vsNone |
The stacked diagram type.
|
Use the Stacking property to create stacked diagrams.
| Value | Description | Diagram Type | Example |
|---|---|---|---|
| vsNone | Chart values are compared across categories. The corresponding data markers are painted sequentially within categories. No stacking of data markers is applied. | Clustered diagram | |
| vsNormal | Data markers are painted stacked within each category thus showing the relationship of individual chart values to the whole – comparing the contribution of each value to the total across categories. | Normal stacked diagram | |
| vs100Percent | Data markers are painted stacked within each category thus showing the percentage each chart value contributes to the total across categories. | Full-stacked diagram |
The Stacking property’s default value is vsNone.
See Also
TcxGridChartHistogramValues Class