09-07-2005 03:36 PM
09-07-2005 03:37 PM
I don't know why the icon came up at the function I had, anyway, the function I used is OnPlotAreaMouseDown
09-08-2005 04:50 PM
09-09-2005 03:30 PM
Hi Tyler
Now I have another problem with my graph. X Axis of my graph runs from 0 to 3, and so does Y. I have data plotted from X=0 to 2 and Y = 0 to 2. I use 3D graph. The problem is, when I click on coordiante (2,2), (3,0),(3,1), (3,2),(3,3), (0,3),(1,3),(2,3),(3,3), the OnPlotAreaMouseDown doesn't get called, but if I click on the other points in the graph, it gets called.
So I created a new Measurement Studio project and put a graph on, and try the OnPlotAreaMouseDown to see if it gets call anywhere on the graph that gets clicked. The result is it works fine on every point..so there's gotta be something wrong with my graph on the other project. Do u have any idea or guess of what can be the cause? I can't duplicate the problem because the code on the other project is large and complicated.
Thank you
09-12-2005 06:41 PM