Class
NodeCollection

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: IEnumerableIEnumerable<ChartNode>

Properties

Count

Gets the count of all the items.

Declaration

cs-api-definition
public int Count { get; }

Property Value

int

Owner

Gets the ChartElement instance that owns this collection.

Declaration

cs-api-definition
public ChartElement Owner { get; }

Property Value

ChartElement

Methods

GetEnumerator()

Gets the IEnumerator instance that allows for traversing all the items.

Declaration

cs-api-definition
public IEnumerator<ChartNode> GetEnumerator()

Returns

IEnumerator<ChartNode>

Implements IEnumerable<ChartNode>.GetEnumerator()

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