MouseMove     Event

Public Event MouseMove(X As Double, Y As Double)

Occurs when the user moves the mouse over the graph; also returns the (X,Y) coordinates for the current graph and on the currently-selected axes.

ParameterTypeDescription

X

Double

X-value at mouse location

Y

Double

Y-value at mouse location

See Also

KeyPress  

Example

Private Sub ecGraph1_MouseMove(x, y) 'Called when this Event is raised in ecGraph.ocx
   ...
End Sub


     
Contents     Variables     Events     Properties     Functions     Subs

Copyright © 2007, Encore Consulting Pty Ltd