Skip to main content
All docs
V26.1
  • ChartViewBase.AxisGroup Property

    Returns the axis group to which this chart view belongs.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public ChartAxisGroupType AxisGroup { get; }

    Property Value

    Type Description
    ChartAxisGroupType

    A ChartAxisGroupType value that identifies the axis group.

    Available values:

    Name Description
    Primary

    Uses primary axes.

    Secondary

    Uses secondary axes.

    Remarks

    For additional information about chart axes, refer to the following help topics:

    See Also