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