Back to Devexpress

TdxChartXYSeriesCustomView.AxisX Property

vcl-dxchartxydiagram-dot-tdxchartxyseriescustomview.md

latest1.3 KB
Original Source

TdxChartXYSeriesCustomView.AxisX Property

Specifies the axis of arguments associated with the series.

Declaration

delphi
property AxisX: TdxChartCustomAxisX read; write;

Property Value

TypeDescription
TdxChartCustomAxisX

The axis of arguments associated with the XY series View.

|

Remarks

An XY diagram can display multiple secondary axes of arguments in addition to the main X-axis. You can use the AxisX property to associate the series View with one of the axes of arguments displayed in the parent XY diagram. The Chart control uses the scale of the associated axis to display the series.

Default Value

The AxisX property’s default value is the main axis of arguments in the parent XY diagram.

See Also

TdxChartXYSeriesCustomView.AxisY Property

TdxChartXYSeriesCustomView Class

TdxChartXYSeriesCustomView Members

dxChartXYDiagram Unit