Class
SeriesGroup<T>

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: AreaSeriesGroupBarSeriesGroupBubbleSeriesGroupLineSeriesGroupPieSeriesGroupScatterSeriesGroup

Inherited Members SeriesGroup.Clone()SeriesGroup.SeriesType

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

SeriesType

Properties

Series

Gets the strongly typed series collection for this group.

Declaration

cs-api-definition
public SeriesCollection<T> Series { get; }

Property Value

SeriesCollection<T>