TcxGridChartHistogramValues.Stacking Property
Specifies the stacked diagram type.
Declaration
property Stacking: TcxGridChartValuesStacking read; write; default vsNone;
Property Value
Type | Default | Description |
---|---|---|
TcxGridChartValuesStacking | vsNone | The stacked diagram type. |
Remarks
Use the Stacking
property to create stacked diagrams.
Available Options
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 |
Default Value
The Stacking
property’s default value is vsNone.
See Also