Skip to main content
All docs
V24.1

TdxChartSecondaryAxisY.Alignment Property

Specifies the alignment of the secondary axis of values.

Declaration

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