Class AreaSeriesGroup
Groups multiple area series that share axes and grouping rules, allowing stacked or standard area visualizations per axis group.
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class AreaSeriesGroup : SeriesGroup<AreaSeries>, ISupportAxes, ISupportGrouping
Constructors
AreaSeriesGroup()
Create a new group for area series that configures shared axes and stacking behavior.
Declaration
public AreaSeriesGroup()
Properties
AxisGroupName
Gets or sets the axes group this series group binds to, determining which X/Y axes the area series use.
Declaration
public AxisGroupName AxisGroupName { get; set; }
Property Value
|
AxisGroupName
|
Implements
Grouping
Gets or sets how series are combined visually within the group (standard, stacked, or percent-stacked).
Declaration
public SeriesGrouping Grouping { get; set; }
Property Value
|
SeriesGrouping
|
Implements
SeriesType
Specifies that this group contains Area series, used by consumers to apply area-specific logic.
Declaration
public override SeriesType SeriesType { get; }
Property Value
|
SeriesType
|