AreaChartViewModel
Class
Base ViewModel class for area series types in InserChart Dialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Charts
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class AreaChartViewModel : ChartTypeBaseViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseChartTypeViewModelChartTypeBaseViewModelAreaChartViewModel
Implements:
Inherited Members
Constructors
Initializes a new instance of the AreaChartViewModel.
C#
public AreaChartViewModel(List<ChartControlViewModel> chartControlViewModels)
Properties
Child chart view models.
C#
public override IList<ChartChildViewModel> ChildTypes { get; }
Overrides:
Gets or sets the path of the associated image for this model.
C#
public override string ImageRelativePath { get; }
Overrides: