Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartStackedColumnDiagram.SideBySideIndentWidth Property

Specifies the offset between grouped data markers, in pixels.

#Declaration

Delphi
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