ClassDataPointCollection<T>
Class
Represents a typed element collection which accepts DataPoint instances only.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Type Parameters:
T
Instances of type DataPoint.
Syntax:
cs-api-definition
public class DataPointCollection<T> : ElementCollection<T>, IList, ICollection, IEnumerable where T : DataPoint
Inheritance: objectCollection<T>ElementCollection<T>DataPointCollection<T>
Implements:
Inherited Members