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

    Returns the extended axis type.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public abstract AxisExType AxisType { get; }

    Property Value

    Type Description
    AxisExType

    The ChartEx axis type.

    Available values:

    Name Description
    Category

    Identifies a ChartEx category axis.

    Value

    Identifies a ChartEx value axis.

    See Also