ClassPieChartViewModel
Class
Base ViewModel class for pie series types in InserChart Dialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Charts
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class PieChartViewModel : ChartTypeBaseViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseChartTypeViewModelChartTypeBaseViewModelPieChartViewModel
Implements:
Inherited Members
Constructors
PieChartViewModel(List<ChartControlViewModel>)
Initializes a new instance of the PieChartViewModel.
Declaration
cs-api-definition
public PieChartViewModel(List<ChartControlViewModel> chartControlViewModels)
Parameters
chartControlViewModels
Properties
ChildTypes
Child chart view models.
Declaration
cs-api-definition
public override IList<ChartChildViewModel> ChildTypes { get; }
Property Value
Overrides
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