Represents chart series that consist of data points.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Type Parameters:
T
Must be a DataPoint.
Syntax:
C#
public abstract class DataPointSeriesModel<T> : ChartSeriesModel, IDisposable, INotifyPropertyChanged where T : DataPoint
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeChartElementChartSeriesModelDataPointSeriesModel<T>...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public DataPointSeriesModel()
Properties
Gets the collection of data points contained in this instance.
C#
public DataPointCollection<T> DataPoints { get; }