Class DoughnutSeriesGroup
Represents a group of series of type doughnut.
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 DoughnutSeriesGroup : PieSeriesGroup
Constructors
DoughnutSeriesGroup()
Initializes a new instance of the DoughnutSeriesGroup class.
Declaration
public DoughnutSeriesGroup()
Properties
HoleSizePercent
Gets or sets the relative size of the hole of the doughnut as percent of the hole. The value is limited between 0 and 90.
Declaration
public int HoleSizePercent { get; set; }
Property Value
System.Int32
|