TcxGridChartStackedAreaDiagram.StackedStyle Property
In This Article
Specifies the stack style for data markers.
#Declaration
Delphi
property StackedStyle: TcxGridChartStackedAreaDiagramStyle read; write; default sasDefault;
#Property Value
Type | Default | Description |
---|---|---|
Tcx |
sas |
The active value marker stack style. |
#Remarks
Options include:
Value | Description |
---|---|
sas |
Different chart values are stacked in the corresponding category. |
sas100Percent | Data markers are painted as percentage values stacked within the corresponding category. |
#Default Value
The StackedStyle
property’s default value is sasDefault
See Also