MouseMove Event

See Also                  Applies To

Occurs whenever the user moves the mouse pointer over the chart workspace.

Syntax

Private Sub ChartSpace_MouseMove(ChartEventInfo As WCChartEventInfo)

ChartEventInfo   The WCChartEventInfo object that contains information about the event.

Remarks

For information about using events with VBScript, see Declaring and Using Event Procedures in VBScript.