TcxGridChartStackedColumnDiagram.StackedStyle Property
In This Article
Specifies the stack style for data markers.
#Declaration
Delphi
property StackedStyle: TcxGridChartStackedDiagramStyle read; write; default sdsDefault;
#Property Value
Type | Default | Description |
---|---|---|
Tcx |
sds |
The active stack style for data markers. |
#Remarks
Options include:
Value | Description |
---|---|
sds |
Different chart values are stacked by corresponding categories. |
sds100Percent | Chart values are painted as percentage values stacked within the corresponding category. |
sds |
Stacked chart values are shown in multiple diagrams. |
sds |
Stacked chart values are shown as percentage values in multiple diagrams. |
#Default Value
The StackedStyle
property’s default value is sdsDefault.
See Also