Class ScatterSeriesViewModel
ViewModel for scatter chart series.
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 ScatterSeriesViewModel : SeriesViewModel, INotifyPropertyChanged, IDisposable
Constructors
ScatterSeriesViewModel()
Properties
Items
Gets or sets the data for the series.
Declaration
public ObservableCollection<ScatterDataPoint> Items { get; set; }
Property Value
System.Collections.ObjectModel.ObservableCollection<ScatterDataPoint>
|