Class SeriesGroup
Base type for grouping related series under shared configuration such as axes and stacking.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public abstract class SeriesGroup
Constructors
SeriesGroup()
Initialize the base group used to organize related series that share configuration and layout behavior.
Declaration
protected SeriesGroup()
Properties
Series
Gets the series collection managed by this group.
Declaration
public SeriesCollection Series { get; }
Property Value
|
SeriesCollection
|
SeriesType
Gets the series kind contained in this group, guiding rendering behavior.
Declaration
public abstract SeriesType SeriesType { get; }
Property Value
|
SeriesType
|
Methods
Clone()
Create a deep copy of this series group, including cloned member series.
Declaration
public SeriesGroup Clone()
Returns
|
SeriesGroup
The deep copy of the object. |