Back to Devexpress

TdxChartCustomAxis.Alignment Property

vcl-dxchartxydiagram-dot-tdxchartcustomaxis-785e04d1.md

latest1.2 KB
Original Source

TdxChartCustomAxis.Alignment Property

Specifies a position of the axis in an XY diagram.

Declaration

delphi
property Alignment: TdxChartAxisAlignment read; write; default TdxChartAxisAlignment.Near;

Property Value

TypeDefaultDescription
TdxChartAxisAlignmentNear

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

TdxChartCustomAxis Class

TdxChartCustomAxis Members

dxChartXYDiagram Unit