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

TreeView control or object that contains data items (nodes) together with text, title, tooltip, imageindex etc. Each line of text (the first one being the node-title) should be separated by \n in the tree-node's text property.

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

public TreeView hpDataTree { get; set; }
/** @property */
public TreeView get_hpDataTree()
/** @property */
public void set_hpDataTree(TreeView value)

Field Value

System.Windows.Forms.TreeView
Remarks


If you set Name property for the tree nodes, ensure that it is unique among tree nodes.
Examples

hierarchyWin1.hpDataTree = TreeView1;//System.Windows.Forms.TreeView object
See Also