ClassChartTypeBaseViewModel
Class
The base class for chart type viewmodels which are used in Insert Chart Dialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Charts
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class ChartTypeBaseViewModel : ChartTypeViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseChartTypeViewModelChartTypeBaseViewModel
Derived Classes:
Implements:
Inherited Members
Constructors
ChartTypeBaseViewModel()
Declaration
cs-api-definition
public ChartTypeBaseViewModel()
Properties
ChildTypes
Child chart view models.
Declaration
cs-api-definition
public virtual IList<ChartChildViewModel> ChildTypes { get; set; }
Property Value
SelectedChildModel
The selected child view model.
Declaration
cs-api-definition
public ChartChildViewModel SelectedChildModel { get; set; }
Property Value