Skip to main content

TcxGridChartStackedColumnDiagram.StackedStyle Property

Specifies the stack style for data markers.

Declaration

property StackedStyle: TcxGridChartStackedDiagramStyle read; write; default sdsDefault;

Property Value

Type Default
TcxGridChartStackedDiagramStyle sdsDefault

Remarks

Options include:

Value Description
sdsDefault Different chart values are stacked within the corresponding category.
sds100Percent Chart values are painted as percentage values stacked within the corresponding category.
sdsSideBySide Stacked chart values are shown in multiple diagrams.
sdsSideBySide100Percent Stacked chart values are shown as percentage values in multiple diagrams.

The default value of the StackedStyle property is sdsDefault.

See Also