Skip to main content
All docs
V25.2
  • TdxChartXYSeriesCustomView.AxisX Property

    Specifies the axis of arguments associated with the series.

    Declaration

    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