www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
If you set Value property for the tree nodes, ensure that it is unique among tree nodes.
TreeView control or object that contains data items (nodes) together with text, title, tooltip, imageindex, navigateurl 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.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
Field Value
System.Web.UI.WebControls.TreeViewRemarks
Examples
hierarchyWeb1.hpDataTree = TreeView1;//System.Web.UI.WebControls.TreeView object
See Also