www.Chart4.NET (Documentation) | Samples Download | Release Notes
The HierarchyWin type exposes the following members.
Back to Top
The HierarchyWin type exposes the following members.
Events
Name | Description | |
---|---|---|
heAfterRefresh |
Occurs after the chart or preview is refreshed.
| |
heChartClick |
Occurs when the chart is clicked or right-clicked by mouse.
| |
heChartMouseDown |
Occurs when the chart is on mouse down event. Use hmGetNodeOnMouse() to get node details.
| |
heChartMouseUp |
Occurs when the chart is on mouse up event. Use hmGetNodeOnMouse() to get node details.
| |
heNodeClick |
Occurs when a node is clicked or right-clicked by mouse.
| |
heNodeDragDropCompleted |
Occurs after a node is 'drag and drop' ed on another node.
| |
heNodeDragDropStart |
Occurs before a node is 'drag and drop' ed on another node.
| |
heNodeExpandCollapse |
Occurs when a node is expanded or collapsed.
| |
heNodeItemMouseEnter |
Occurs when a node item is on mouse enter.
| |
heNodeItemMouseLeave |
Occurs when a node item is on mouse leave.
| |
heNodeMouseEnter |
Occurs when a node is on mouse enter.
| |
heNodeMouseLeave |
Occurs when a node is on mouse leave.
|
See Also