Class SeriesGroup<T>
Represents a base class for a group of series.
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 abstract class SeriesGroup<T> : SeriesGroup where T : SeriesBase
Type Parameters
T
The type of the series that the group can hold. |
Constructors
SeriesGroup(SeriesType)
Initializes a new instance of the SeriesGroup class.
Declaration
protected SeriesGroup(SeriesType seriesType)
Parameters
SeriesType
seriesType
|
Properties
Series
Gets the collection of series of the group. The series are represented by the SeriesBase class.
Declaration
public SeriesCollection<T> Series { get; }
Property Value
SeriesCollection<T>
|