TdxChartSecondaryAxisX.Alignment Property
Specifies the alignment of the secondary axis of arguments.
Declaration
property Alignment: TdxChartSecondaryAxisAlignment read; write; default TdxChartSecondaryAxisAlignment.Far;
Property Value
Type | Default | Description |
---|---|---|
TdxChartSecondaryAxisAlignment | Far | The current alignment of the secondary axis of arguments. |
Remarks
Use the Alignment
property to align the secondary axis of arguments to the top or bottom border of the parent XY diagram. If the diagram is rotated, the Alignment
property aligns the axis to the left or right diagram border.
Default Value
The Alignment
property’s default value is TdxChartSecondaryAxisAlignment.Far.
See Also