Class DoughnutSeriesViewModel
ViewModel for doughnut series in insert chart dialog.
Inheritance
System.Object
DoughnutSeriesViewModel
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.WinForms.Controls.Spreadsheet.Charts
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class DoughnutSeriesViewModel : CategoricalSeriesViewModel, INotifyPropertyChanged, IDisposable
Constructors
DoughnutSeriesViewModel()
Declaration
public DoughnutSeriesViewModel()
Properties
InnerRadiusFactor
Gets or sets the inner radius factor.
Declaration
public double InnerRadiusFactor { get; set; }
Property Value
System.Double
|
RadiusFactor
Gets or sets the radius factor.
Declaration
public double RadiusFactor { get; set; }
Property Value
System.Double
|