Skip to main content

TcxGridChartStackedAreaDiagram.StackedStyle Property

Specifies the stack style for data markers.

Declaration

property StackedStyle: TcxGridChartStackedAreaDiagramStyle read; write; default sasDefault;

Property Value

Type Default
TcxGridChartStackedAreaDiagramStyle sasDefault

Remarks

Options include:

Value Description
sasDefault Different chart values are stacked within the corresponding category.
sas100Percent Data markers are painted as percentage values stacked within the corresponding category.

The default value of the StackedStyle property is sasDefault.

See Also