New to Telerik Document ProcessingStart a free 30-day trial

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

Inherited Members SeriesGroup.Clone()SeriesGroup.SeriesType

Constructors

Create a new group for series of type T, initializing the backing collection.

C#
protected SeriesGroup(SeriesType seriesType)
Parameters:seriesTypeSeriesType

Properties

Gets the strongly typed series collection for this group.

C#
public SeriesCollection<T> Series { get; }