Navigation:  ABC Library Reference > GraphClass > GraphClass Methods >====== Interactivity (process mouse location data to tool tip or control ====== Previous pageReturn to chapter overviewNext page

Interactivity

blk2blue.jpg

The Interactivity method processes the mouse coordinates of a graph control, and finds corresponding nodes of diagrams and displays it on a ToolTip or other appropriate target. It is used to keep the mouse and node data in sync.

Implementation:

The Interactivity method calls several methods (FindNearbyNodes, SetSelectedNode and ToShowValues) to gather node data. It is called during a MouseMove event.

See Also:     TakeEventOfParent