New to Telerik UI for WinFormsStart a free 30-day trial

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: IEnumerable

Properties

Gets the count of all the items.

C#
public int Count { get; }

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.

C#
public IEnumerator<ChartNode> GetEnumerator()
Returns:

IEnumerator<ChartNode>

In this article
DefinitionPropertiesCountOwnerMethodsGetEnumerator()
Not finding the help you need?
Contact Support