Class NodeCollection
Represents a collection of a Chart
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.
|
Owner
Gets the Chart
Declaration
public ChartElement Owner { get; }
Property Value
Methods
GetEnumerator()
Gets the System.
Declaration
public IEnumerator<ChartNode> GetEnumerator()
Returns
System.
|