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