RadControls for WinForms

Represents a typed element collection which accepts DataPoint instances only.

Namespace: Telerik.Charting
Assembly: Telerik.WinControls.ChartView (in Telerik.WinControls.ChartView.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public class DataPointCollection<T> : ElementCollection<T>, 
	IList<DataPoint>, ICollection<DataPoint>, IEnumerable<DataPoint>, 
	IEnumerable
where T : DataPoint
Visual Basic
Public Class DataPointCollection(Of T As DataPoint) _
	Inherits ElementCollection(Of T) _
	Implements IList(Of DataPoint), ICollection(Of DataPoint),  _
	IEnumerable(Of DataPoint), IEnumerable

Type Parameters

T
Instances of type DataPoint.

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'T>)>)>
    Telerik.Charting..::..ElementCollection<(Of <(<'T>)>)>
      Telerik.Charting..::..DataPointCollection<(Of <(<'T>)>)>

See Also