ClassDataPointSeriesModel<T>
Class
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:
cs-api-definition
public abstract class DataPointSeriesModel<T> : ChartSeriesModel, IDisposable, INotifyPropertyChanged where T : DataPoint
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeChartElementChartSeriesModelDataPointSeriesModel<T>
Derived Classes:
Implements:
Inherited Members
Constructors
DataPointSeriesModel()
Declaration
cs-api-definition
public DataPointSeriesModel()
Properties
DataPoints
Gets the collection of data points contained in this instance.
Declaration
cs-api-definition
public DataPointCollection<T> DataPoints { get; }
Property Value