TdxChartSecondaryAxisXCollectionItem.Alignment Property
In This Article
Specifies the alignment of the secondary axis of arguments.
#Declaration
Delphi
property Alignment: TdxChartSecondaryAxisAlignment read; write; default TdxChartSecondaryAxisAlignment.Far;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
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