ClassNodeCollection
Class
Represents a collection of a ChartNode instances.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public class NodeCollection : IEnumerable<ChartNode>, IEnumerable
Inheritance: objectNodeCollection
Implements:
Properties
Count
Gets the count of all the items.
Owner
Gets the ChartElement instance that owns this collection.
Methods
GetEnumerator()
Gets the IEnumerator instance that allows for traversing all the items.
Declaration
cs-api-definition
public IEnumerator<ChartNode> GetEnumerator()
Returns
Implements