AreaSeriesGroup
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:
public class AreaSeriesGroup : SeriesGroup<AreaSeries>, ISupportAxes, ISupportGrouping
Inheritance: objectSeriesGroupSeriesGroup<AreaSeries>AreaSeriesGroup
Implements:
Inherited Members
Constructors
Create a new group for area series that configures shared axes and stacking behavior.
public AreaSeriesGroup()
Properties
Gets or sets the axes group this series group binds to, determining which X/Y axes the area series use.
public AxisGroupName AxisGroupName { get; set; }
Implements:
Gets or sets how series are combined visually within the group (standard, stacked, or percent-stacked).
public SeriesGrouping Grouping { get; set; }
Implements:
Specifies that this group contains Area series, used by consumers to apply area-specific logic.
public override SeriesType SeriesType { get; }
Overrides: