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

    Gets or sets the axis group that displays the series.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public ChartAxisGroupType AxisGroup { get; set; }

    Property Value

    Type Description
    ChartAxisGroupType

    A value that specifies the primary or secondary axis group.

    Available values:

    Name
    Primary
    Secondary

    Remarks

    Refer to the following help topic for additional information about chart axes: DevExpress Presentation API: Chart Axes.

    See Also