MouseMove Event

See Also         Example         Applies To

Occurs when the position of the mouse pointer changes over a chart.

Syntax

Private Sub object_MouseMove(ByVal X As Long, ByVal Y As Long)

object   An object of type Chart declared with events in a class module. For more information, see Using Events with the Chart Object.

X   The X coordinate of the mouse pointer in chart object client coordinates.

Y   The Y coordinate of the mouse pointer in chart object client coordinates.