Class
DataPointCollection<T>

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: ICollectionIEnumerableIList

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