New to Telerik Document ProcessingStart a free 30-day trial

Groups multiple area series that share axes and grouping rules, allowing stacked or standard area visualizations per axis group.

Definition

Namespace:Telerik.Windows.Documents.Model.Drawing.Charts

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

C#
public class AreaSeriesGroup : SeriesGroup<AreaSeries>, ISupportAxes, ISupportGrouping

Inheritance: objectSeriesGroupSeriesGroup<AreaSeries>AreaSeriesGroup

Implements: ISupportAxesISupportGrouping

Inherited Members SeriesGroup<AreaSeries>.SeriesSeriesGroup.Clone()

Constructors

Create a new group for area series that configures shared axes and stacking behavior.

C#
public AreaSeriesGroup()

Properties

Gets or sets the axes group this series group binds to, determining which X/Y axes the area series use.

C#
public AxisGroupName AxisGroupName { get; set; }

Implements: ISupportAxes.AxisGroupName

Gets or sets how series are combined visually within the group (standard, stacked, or percent-stacked).

C#
public SeriesGrouping Grouping { get; set; }

Implements: ISupportGrouping.Grouping

Specifies that this group contains Area series, used by consumers to apply area-specific logic.

C#
public override SeriesType SeriesType { get; }

Overrides: SeriesGroup.SeriesType