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

The HierarchyWin type exposes the following members.
Methods

  NameDescription
Public methodhmGetClickedNodeDetails
Returns details of the clicked node (Line Number, Node Data, Node Area, Mouse Event Arguments).
Public methodhmGetGraphics
Returns the drawing surface of the chart for custom drawing.
Public methodhmGetNodeByName
Returns a node's details, given its name.
Public methodhmGetNodeOnMouse
Returns details of the node under mouse (Line Number, Node Data, Node Area, Mouse Event Arguments).
Public methodhmGetNodeRectangleByName
Returns the position (rectangular coordinates) of a chart node within the chart.
Public methodhmGetPreview
Returns the preview control.
Public methodhmGetPreviewGraphics
Returns the drawing surface of the chart preview for custom drawing.
Public methodhmIsPreviewVisible
Returns whether the chart preview is currently shown or not.
Public methodhmPopulateNode
Populate a node's sub-chart, by passing the node-name or node-reference.
Public methodhmReloadNavigationTree
Refresh navigation tree with updated data, if any intermediate updates happen to the data.
Public methodhmSetViewExtended
Activate extended view of the chart.
Public methodhmSetViewNormal
Activate simple view of the chart.
Public methodhmToggleFullScreen
Toggle between fullscreen and normal view of the chart.
Public methodRefresh
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
(Overrides OnlineControl Refresh .)
Back to Top
See Also