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

TdxChartCustomAxis.Alignment Property

Specifies a position of the axis in an XY diagram.

#Declaration

Delphi
property Alignment: TdxChartAxisAlignment read; write; default TdxChartAxisAlignment.Near;

#Property Value

Type Default Description
TdxChartAxisAlignment Near

The current axis position in an XY diagram.

#Remarks

Use the Alignment property to move the axis horizontally or vertically within an XY diagram depending on the initial axis position and the Chart control’s BiDiMode property value. Refer to the TdxChartAxisAlignment type description for detailed information on available options.

The Alignment property’s default value is TdxChartAxisAlignment.Near.

See Also