Class PieSeriesGroup
Represents a group of series of type pie.
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 class PieSeriesGroup : SeriesGroup<PieSeries>
Constructors
PieSeriesGroup()
Properties
SeriesType
Gets the type of series this group holds.
Declaration
public override SeriesType SeriesType { get; }
Property Value
SeriesType
|