Class DataPointCollection<T>
Represents a typed element collection which accepts DataPoint instances only.
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class DataPointCollection<T> : ElementCollection<T>, IList<DataPoint>, ICollection<DataPoint>, IEnumerable<DataPoint>, IDataPointCollection, IEnumerable<IDataPoint>, IEnumerable where T : DataPoint
Type Parameters
T
Instances of type DataPoint. |