Back to Devexpress

TcxGridChartHistogramValues.Stacking Property

vcl-cxgridchartview-dot-tcxgridcharthistogramvalues.md

latest2.0 KB
Original Source

TcxGridChartHistogramValues.Stacking Property

Specifies the stacked diagram type.

Declaration

delphi
property Stacking: TcxGridChartValuesStacking read; write; default vsNone;

Property Value

TypeDefaultDescription
TcxGridChartValuesStackingvsNone

The stacked diagram type.

|

Remarks

Use the Stacking property to create stacked diagrams.

Available Options

ValueDescriptionDiagram TypeExample
vsNoneChart values are compared across categories. The corresponding data markers are painted sequentially within categories. No stacking of data markers is applied.Clustered diagram
vsNormalData 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
vs100PercentData 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

TcxGridChartHistogramValues Class

TcxGridChartHistogramValues Members

cxGridChartView Unit