RadControls for Silverlight

Represents a typed collection of ChartNode instances. For example an AxisModel aggregates two typed collections - Ticks and Labels.

Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart (in Telerik.Windows.Controls.Chart.dll) Version: 2013.1.403.1050

Syntax

C#
public class ElementCollection<T> : Collection<T>
where T : ChartNode
Visual Basic
Public Class ElementCollection(Of T As ChartNode) _
	Inherits Collection(Of T)

Type Parameters

T
Must be a ChartNode.

Inheritance Hierarchy

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

See Also