Class SeriesGroup<T>
Generic base for series groups of a specific type, wiring collection change events to group notifications.
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)
Create a new group for series of type T, initializing the backing collection.
Declaration
protected SeriesGroup(SeriesType seriesType)
Parameters
|
SeriesType
seriesType
|
Properties
Series
Gets the strongly typed series collection for this group.
Declaration
public SeriesCollection<T> Series { get; }
Property Value
|
SeriesCollection<T>
|