IMSL C# Numerical Library

ToolTip.MouseMoved Method 

The MouseMoved delegate added to the Chart when a ToolTip is created.

public virtual void MouseMoved(
   object sender,
   MouseEventArgs e
);

Parameters

sender
A Object that specifies the sender of an event.
e
A MouseEventArgs that provides data for the MouseUp, MouseDown, and MouseMove events.

See Also

ToolTip Class | Imsl.Chart2D Namespace