ClassSeriesGroup<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:
cs-api-definition
public abstract class SeriesGroup<T> : SeriesGroup where T : SeriesBase
Inheritance: objectSeriesGroupSeriesGroup<T>
Derived Classes:
Inherited Members
Constructors
SeriesGroup(SeriesType)
Create a new group for series of type T, initializing the backing collection.
Declaration
cs-api-definition
protected SeriesGroup(SeriesType seriesType)
Parameters
seriesType
Properties
Series
Gets the strongly typed series collection for this group.
Declaration
cs-api-definition
public SeriesCollection<T> Series { get; }
Property Value