TdxChartCustomAxis.Alignment Property
Specifies a position of the axis in an XY diagram.
Declaration
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