Skip to main content

TcxGridChartStackedColumnDiagram.SideBySideIndentWidth Property

Specifies the offset between grouped data markers, in pixels.

Declaration

property SideBySideIndentWidth: Integer read; write; default cxGridChartSideBySideDefaultIndentWidth;

Property Value

Type Default Description
Integer cxGridChartSideBySideDefaultIndentWidth

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