Class AreaSeriesGroup
Represents a group of series of type area.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class AreaSeriesGroup : SeriesGroup<AreaSeries>, ISupportAxes, ISupportGrouping
Constructors
AreaSeriesGroup()
Properties
AxisGroupName
Gets or sets the value indicating which group of axes the series group is associated with.
Declaration
public AxisGroupName AxisGroupName { get; set; }
Property Value
AxisGroupName
|
Implements
Grouping
Gets or sets the value indicating how the series are grouped.
Declaration
public SeriesGrouping Grouping { get; set; }
Property Value
SeriesGrouping
|
Implements
SeriesType
Gets the type of series this group holds.
Declaration
public override SeriesType SeriesType { get; }
Property Value
SeriesType
|