Base ViewModel class for scatter series types in InserChart Dialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Charts
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class ScatterChartViewModel : ChartTypeBaseViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseChartTypeViewModelChartTypeBaseViewModelScatterChartViewModel
Implements:
Inherited Members
Constructors
Initializes a new instance of the ScatterChartViewModel.
C#
public ScatterChartViewModel(List<ChartControlViewModel> scatterChartViewModels, List<ChartControlViewModel> bubbleChartViewModels)
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: