TcxGridChartStackedColumnDiagram.SideBySideIndentWidth Property
In This Article
Specifies the offset between grouped data markers, in pixels.
#Declaration
Delphi
property SideBySideIndentWidth: Integer read; write; default cxGridChartSideBySideDefaultIndentWidth;
#Property Value
Type | Default | Description |
---|---|---|
Integer | cx |
The pixel offset between grouped data markers. |
#Remarks
You can use the SideBySideIndentWidth
property to adjust the offset between grouped data markers when the StackedStyle property is set to sdsSideBySide
or sdsSideBySide100Percent
.
#Default Value
The SideBySideIndentWidth
property’s default value is cxGridChartSideBySideDefaultIndentWidth.
See Also