Skip to main content
All docs
V24.2

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

TdxChartSecondaryAxisY.Alignment Property

Specifies the alignment of the secondary axis of values.

#Declaration

Delphi
property Alignment: TdxChartSecondaryAxisAlignment read; write; default TdxChartSecondaryAxisAlignment.Far;

#Property Value

Type Default Description
TdxChartSecondaryAxisAlignment Far

The current alignment of the secondary axis of values.

#Remarks

Use the Alignment property to align the secondary axis of values to the left or right border of the parent XY diagram. If the diagram is rotated, the Alignment property aligns the axis to the top or bottom diagram border.

#Default Value

The Alignment property’s default value is TdxChartSecondaryAxisAlignment.Far.

See Also