Class SeriesGroup
Represents a base class for a group of series.
Inheritance
System.Object
SeriesGroup
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public abstract class SeriesGroup
Constructors
SeriesGroup()
Declaration
protected SeriesGroup()
Properties
Series
Gets the collection of series of the group.
Declaration
public SeriesCollection Series { get; }
Property Value
SeriesCollection
|
SeriesType
Gets the type of series this group holds.
Declaration
public abstract SeriesType SeriesType { get; }
Property Value
SeriesType
|
Methods
Clone()
Creates a deep copy of the object.
Declaration
public SeriesGroup Clone()
Returns
SeriesGroup
The deep copy of the object. |