www.Chart4.NET | Samples

The HierarchyWin type exposes the following members.

Methods

  NameDescription
hmGetClickedNodeDetails
Returns details of the clicked node (Line Number, Node Data, Node Area, Mouse Event Arguments).
hmGetGraphics
Returns the drawing surface of the chart for custom drawing.
hmGetNodeByName
Returns a node's details, given its name.
hmGetNodeOnMouse
Returns details of the node under mouse (Line Number, Node Data, Node Area, Mouse Event Arguments).
hmGetNodeRectangleByName
Returns the position (rectangular coordinates) of a chart node within the chart.
hmGetPreview
Returns the preview control.
hmGetPreviewGraphics
Returns the drawing surface of the chart preview for custom drawing.
hmIsPreviewVisible
Returns whether the chart preview is currently shown or not.
hmToggleFullScreen
Toggle between fullscreen and normal view of the chart.
Refresh
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
(Overrides Control..::.Refresh()()().)

See Also