| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > GraphClass > GraphClass Methods >====== Interactivity (process mouse location data to tool tip or control ====== | [[init initialize the graph object .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[isovernode is mouse over node location .htm|{{btn_next_n.gif|Next page}}]] | | || **Interactivity** {{blk2blue.jpg|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 process all graph events .htm|TakeEventOfParent]]