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

Represents a collection of a ChartNode instances.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public class NodeCollection : IEnumerable<ChartNode>, IEnumerable

Inheritance: objectNodeCollection

Implements: IEnumerableIEnumerable<ChartNode>

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>

Implements: IEnumerable<ChartNode>.GetEnumerator()

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