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