Class NodeCollection
Represents a collection of a ChartNode instances.
Inheritance
System.Object
NodeCollection
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class NodeCollection : Object, IEnumerable<ChartNode>, IEnumerable
Properties
Count
Gets the count of all the items.
Declaration
public int Count { get; }
Property Value
System.Int32
|
Owner
Gets the ChartElement instance that owns this collection.
Declaration
public ChartElement Owner { get; }
Property Value
ChartElement
|
Methods
GetEnumerator()
Gets the System.Collections.IEnumerator instance that allows for traversing all the items.
Declaration
public IEnumerator<ChartNode> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<ChartNode>
|