Skip to main content
All docs
V26.1
  • Chart.SeriesAxis Property

    Gets or sets the series axis.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    Declaration

    public SeriesAxis SeriesAxis { get; set; }

    Property Value

    Type Description
    SeriesAxis

    The series axis.

    Remarks

    Refer to the following help topic for more information about axes: DevExpress Presentation API: Chart Axes.

    See Also