Class
DoughnutSeriesViewModel

ViewModel for doughnut series in insert chart dialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Charts

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class DoughnutSeriesViewModel : CategoricalSeriesViewModel, INotifyPropertyChanged, IDisposable

Inheritance: objectViewModelBaseSeriesViewModelCategoricalSeriesViewModelDoughnutSeriesViewModel

Implements: IDisposableINotifyPropertyChanged

Inherited Members CategoricalSeriesViewModel.ItemsCategoricalSeriesViewModel.CombineModeSeriesViewModel.SeriesTypeSeriesViewModel.TitleSeriesViewModel.HasMarkersSeriesViewModel.MarkerInfoSeriesViewModel.OutlineWidthViewModelBase.VerifyPropertyName(string)ViewModelBase.InvokeOnUIThread(Action)ViewModelBase.Dispose()ViewModelBase.RaisePropertyChanged(string)ViewModelBase.OnPropertyChanged(string)ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)ViewModelBase.Dispose(bool)ViewModelBase.PropertyChanged

Constructors

DoughnutSeriesViewModel()

Declaration

cs-api-definition
public DoughnutSeriesViewModel()

Properties

InnerRadiusFactor

Gets or sets the inner radius factor.

Declaration

cs-api-definition
public double InnerRadiusFactor { get; set; }

Property Value

double

RadiusFactor

Gets or sets the radius factor.

Declaration

cs-api-definition
public double RadiusFactor { get; set; }

Property Value

double