Skip to main content

TcxGridChartHistogramValues.Stacking Property

Specifies the stacking type applied to data markers.

Declaration

property Stacking: TcxGridChartValuesStacking read; write; default vsNone;

Property Value

Type Default
TcxGridChartValuesStacking vsNone

Remarks

Use this property to produce stacked diagrams.

All possible values for the Stacking property are listed in the following table.

Value Meaning 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. 100% stacked diagram

The default value of the Stacking property is vsNone.

See Also