New to Telerik Document ProcessingStart a free 30-day trial

Base type for grouping related series under shared configuration such as axes and stacking.

Definition

Namespace:Telerik.Windows.Documents.Model.Drawing.Charts

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

C#
public abstract class SeriesGroup

Inheritance: objectSeriesGroup

Derived Classes: SeriesGroup<T>

Constructors

Initialize the base group used to organize related series that share configuration and layout behavior.

C#
protected SeriesGroup()

Methods

Create a deep copy of this series group, including cloned member series.

C#
public SeriesGroup Clone()
Returns:

SeriesGroup

The deep copy of the object.

Properties

Gets the series collection managed by this group.

C#
public SeriesCollection Series { get; }

Gets the series kind contained in this group, guiding rendering behavior.

C#
public abstract SeriesType SeriesType { get; }