Class ScatterBaseViewModel
Base ViewModel class for scatter series in insert chart dialog.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Charts
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class ScatterBaseViewModel : ChartChildViewModel, INotifyPropertyChanged, IDisposable
Constructors
ScatterBaseViewModel(List<ChartControlViewModel>)
Initializes a new instance of the ScatterBaseViewModel.
Declaration
public ScatterBaseViewModel(List<ChartControlViewModel> chartControlViewModels)
Parameters
System.Collections.Generic.List<ChartControlViewModel>
chartControlViewModels
|
Properties
SeriesType
The ChartView series type this view model is used for.
Declaration
public virtual Type SeriesType { get; }
Property Value
System.Type
|