Class
SeriesGroup

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:

cs-api-definition
public abstract class SeriesGroup

Inheritance: objectSeriesGroup

Derived Classes: SeriesGroup<T>

Constructors

SeriesGroup()

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

Declaration

cs-api-definition
protected SeriesGroup()

Properties

Series

Gets the series collection managed by this group.

Declaration

cs-api-definition
public SeriesCollection Series { get; }

Property Value

SeriesCollection

SeriesType

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

Declaration

cs-api-definition
public abstract SeriesType SeriesType { get; }

Property Value

SeriesType

Methods

Clone()

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

Declaration

cs-api-definition
public SeriesGroup Clone()

Returns

SeriesGroup

The deep copy of the object.