SeriesGroup
Class
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:
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.
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; }