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

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public override AxisType AxisType { get; }

    Property Value

    Type
    AxisType

    Available values:

    Name Description
    Category

    Indicates a category axis type.

    Value

    Indicates a value axis type.

    Date

    Indicates a date axis type.

    Series

    Indicates a series axis type.

    See Also