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

    Returns the axis type.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public abstract AxisType AxisType { get; }

    Property Value

    Type Description
    AxisType

    The type of the axis.

    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