SeriesGroup<T>
Class
Generic base for series groups of a specific type, wiring collection change events to group notifications.
Definition
Namespace:Telerik.Windows.Documents.Model.Drawing.Charts
Assembly:Telerik.Windows.Documents.Core.dll
Type Parameters:
T
The type of the series that the group can hold.
Syntax:
C#
public abstract class SeriesGroup<T> : SeriesGroup where T : SeriesBase
Inheritance: objectSeriesGroupSeriesGroup<T>
Derived Classes:
Inherited Members
Constructors
Create a new group for series of type T, initializing the backing collection.
Properties
Gets the strongly typed series collection for this group.
C#
public SeriesCollection<T> Series { get; }