Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartStackedColumnDiagram.StackedStyle Property

Specifies the stack style for data markers.

#Declaration

Delphi
property StackedStyle: TcxGridChartStackedDiagramStyle read; write; default sdsDefault;

#Property Value

Type Default Description
TcxGridChartStackedDiagramStyle sdsDefault

The active stack style for data markers.

#Remarks

Options include:

Value Description
sdsDefault Different chart values are stacked by corresponding categories.
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.

#Default Value

The StackedStyle property’s default value is sdsDefault.

See Also