NodeCollection
Class
Represents a collection of a ChartNode instances.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class NodeCollection : IEnumerable
Inheritance: objectNodeCollection
Implements:
Properties
Gets the ChartElement instance that owns this collection.
C#
public ChartElement Owner { get; }
Methods
Gets the IEnumerator instance that allows for traversing all the items.