Class DoughnutSeriesViewModel
ViewModel for doughnut series in insert chart dialog.
Inheritance
System.Object
DoughnutSeriesViewModel
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Charts
Assembly: Telerik.Windows.Controls.Spreadsheet.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
|