Back to Devexpress

TdxChartAxes.AxisX Property

vcl-dxchartxydiagram-dot-tdxchartaxes.md

latest1007 B
Original Source

TdxChartAxes.AxisX Property

Provides access to settings of the axis of arguments in an XY diagram.

Declaration

delphi
property AxisX: TdxChartAxisX read; write;

Property Value

TypeDescription
TdxChartAxisX

Stores settings of the axis of arguments in an XY diagram.

|

Remarks

Use AxisX.Ticks and AxisX.MinorCount properties to configure tick marks on the axis of arguments.

Refer to the TdxChartAxisX class description for detailed information on available options.

See Also

TdxChartAxes.AxisY Property

TdxChartAxes Class

TdxChartAxes Members

dxChartXYDiagram Unit