Chart4.NET 2015 Version 5.1 is released.
http://chart4.net/release-notes.htmlDifferent views of the chart is now supported: Dynamic, Three-Dimensional and Planer views.
Also, extended search and navigation facilities are there.
New Version: 5.1
New Features:
- Still better support for large organization charts - smooth scroll and zoom.
- Navigational tree for better viewing the sub-charts of large charts.
- Dynamic View that has expand/collapse, hyperlink, focus, node-click events etc.
- 3D View for sub-charts (large organization charts).
- Planer View for sub-charts (large organization charts).
- Search for node data, and quick navigation to that nodes.
1. Extended ViewsIf chart control is set to Extended View, there are Dynamic, Three-Dimensional and Planer views available as radio options (left-bottom side).
Switching between Extended View and Simple ViewCall hmSetViewExtended method, to show the chart cotrol in extended mode, to show/hide the available views, to set the default view, and to show/hide the navigation tree.
hmSetViewExtended -
http://chart4.net/html/M_UnifoChart_Hierarchy_HierarchyWin_hmSetViewExtended.htmCall hmSetViewNormal, to switch back to simple view of the chart.
hmSetViewNormal -
http://chart4.net/html/M_UnifoChart_Hierarchy_HierarchyWin_hmSetViewNormal.htmChange Current View (from code)To change currently displayed view, dynamically from code, set hpChartView property to Simple/Dynamic/Planer/ThreeD.
hpChartView -
http://chart4.net/html/P_UnifoChart_Hierarchy_HierarchyWin_hpChartView.htmProperties Associated with Extended ViewhpBackColor -
http://chart4.net/html/P_UnifoChart_Hierarchy_HierarchyWin_hpBackColor.htmhpBackImage -
http://chart4.net/html/P_UnifoChart_Hierarchy_HierarchyWin_hpBackImage.htmhpChartTree -
http://chart4.net/html/P_UnifoChart_Hierarchy_HierarchyWin_hpChartTree.htm
2. Navigational Tree for Large Organization ChartsClick on a node group to see it's sub-chart on the RHS.
Right-click a sub-chart to see it enlarged. See
https://www.youtube.com/user/Chart4NET for video tutorials.
3. Search in Organization ChartsType within the top-left text box (in extended view) to search for organization chart nodes.
Click on the results to navigate to the node. (Be in dynamic view to see the leaf nodes (if it is), on the RHS).
Samples & Downloads:
http://unifosys.com/hierarchy-chart/samples.htmlDocumentation:
http://chart4.net/See also:
Organization Chart Control for Large Trees of Information -
http://unifosys.com/support/index.php?topic=102.0PDF export & Web PDF/Image Rendering:
http://unifosys.com/support/index.php?topic=104.0