ViewModel class for scatter straight (line) series in insert chart dialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Charts
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class ScatterStraightViewModel : ScatterBaseViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseChartTypeViewModelChartChildViewModelScatterBaseViewModelScatterStraightViewModel...
Implements:
Inherited Members
Constructors
Initializes a new instance of the ScatterStraightViewModel.
C#
public ScatterStraightViewModel(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: