DoughnutViewModel
Class
ViewModel class for doghnut chart in insert chart dialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Charts
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class DoughnutViewModel : ChartChildViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseChartTypeViewModelChartChildViewModelDoughnutViewModel
Implements:
Inherited Members
Constructors
Initializes a new instance of the DoughnutViewModel.
C#
public DoughnutViewModel(List<ChartControlViewModel> chartControlViewModels)
Properties
Gets or sets the path of the associated image for this model.
C#
public override string ImageRelativePath { get; }
Overrides: