Class ScatterStraightViewModel
ViewModel class for scatter straight (line) series in insert chart dialog.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Charts
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class ScatterStraightViewModel : ScatterBaseViewModel, INotifyPropertyChanged, IDisposable
Constructors
ScatterStraightViewModel(List<ChartControlViewModel>)
Initializes a new instance of the ScatterStraightViewModel.
Declaration
public ScatterStraightViewModel(List<ChartControlViewModel> chartControlViewModels)
Parameters
System.Collections.Generic.List<ChartControlViewModel>
chartControlViewModels
|
Properties
ImageRelativePath
Gets or sets the path of the associated image for this model.
Declaration
public override string ImageRelativePath { get; }
Property Value
System.String
|
Overrides
Name
Gets or sets the name of the view model.
Declaration
public override string Name { get; }
Property Value
System.String
|
Overrides
SeriesType
The ChartView series type this view model is used for.
Declaration
public override Type SeriesType { get; }
Property Value
System.Type
|