HierarchyData NodeList Property Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

Collection of all tree nodes in the chart. Accessible in the code window only.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public IList<TreeNode> NodeList { get; }
/** @property */
public IList<TreeNode> get_NodeList()

Field Value

System.Collections.Generic.IList
See Also