Class
DataPointCollection<T>

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: ICollectionICollection<DataPoint>ICollection<T>IEnumerableIEnumerable<DataPoint>IEnumerable<IDataPoint>IEnumerable<T>IListIList<DataPoint>IList<T>IReadOnlyCollection<T>IReadOnlyList<T>

Inherited Members ElementCollection<T>.InsertItem(int, T)ElementCollection<T>.ClearItems()ElementCollection<T>.RemoveItem(int)Collection<T>.Add(T)Collection<T>.Clear()Collection<T>.CopyTo(T[], int)Collection<T>.Contains(T)Collection<T>.GetEnumerator()Collection<T>.IndexOf(T)Collection<T>.Insert(int, T)Collection<T>.Remove(T)Collection<T>.RemoveAt(int)Collection<T>.SetItem(int, T)Collection<T>.CountCollection<T>.ItemsCollection<T>.this[int]

In this article
Definition
Not finding the help you need?
Contact Support