ViewModel class for scatter series in insert chart dialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Charts
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class ScatterPointViewModel : ScatterBaseViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseChartTypeViewModelChartChildViewModelScatterBaseViewModelScatterPointViewModel...
Implements:
Inherited Members
Constructors
Initializes a new instance of the ScatterPointViewModel.
C#
public ScatterPointViewModel(List<ChartControlViewModel> chartControlViewModels)
Properties
Gets or sets the path of the associated image for this model.
C#
public override string ImageRelativePath { get; }
Overrides:
Gets or sets the name of the view model.
C#
public override string Name { get; }
Overrides: