DblClick     Event

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

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

ParameterTypeDescription

X

Double

X-value at location where mouse was clicked, or 0 if clicked outside the plot area

Y

Double

Y-value at location where mouse was clicked, or 0 if clicked outside the plot area

See Also

KeyPress  

Example

Private Sub ecGraph1_DblClick(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