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

    Gets or sets the axis group for the series.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public ChartAxisGroupType AxisGroup { get; set; }

    Property Value

    Type Description
    ChartAxisGroupType

    A ChartAxisGroupType value.

    Available values:

    Name Description
    Primary

    Uses primary axes.

    Secondary

    Uses secondary axes.

    Remarks

    For additional information about axes, refer to the following help topic: DevExpress Presentation API: Chart Axes.

    See Also