Class DataPointSeriesModel<T>
Represents chart series that consist of data points.
Inheritance
System.Object
DataPointSeriesModel<T>
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.Charting
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public abstract class DataPointSeriesModel<T> : ChartSeriesModel, IDisposable, INotifyPropertyChanged where T : DataPoint
Type Parameters
T
Must be a DataPoint. |
Constructors
DataPointSeriesModel()
Declaration
public DataPointSeriesModel()
Properties
DataPoints
Gets the collection of data points contained in this instance.
Declaration
public DataPointCollection<T> DataPoints { get; }
Property Value
DataPointCollection<T>
|