Class
ChartTypeBaseViewModel

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: AreaChartViewModelBarChartViewModelColumnChartViewModelLineChartViewModelPieChartViewModelScatterChartViewModel

Implements: IDisposableINotifyPropertyChanged

Inherited Members ChartTypeViewModel.NameChartTypeViewModel.ImageRelativePathViewModelBase.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

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

IList<ChartChildViewModel>

SelectedChildModel

The selected child view model.

Declaration

cs-api-definition
public ChartChildViewModel SelectedChildModel { get; set; }

Property Value

ChartChildViewModel