Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartXYSeriesCustomView.AxisX Property

Specifies the axis of arguments associated with the series.

#Declaration

Delphi
property AxisX: TdxChartCustomAxisX read; write;

#Property Value

Type Description
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