LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to read an (x,y) point from a graph by clicking on the point?

Hi,
I want to be able to coordinates of a point in an graph of chart by clicking on that point. Is that possible?
Thanks,
Hamza
0 Kudos
Message 1 of 3
(2,680 Views)
LabView 8.0 has a Cursor Grab event.  From there you can get the CursLoc cluster (x,y).
0 Kudos
Message 2 of 3
(2,673 Views)
And in case you don't have 8.0, here is a quick rip of some LTR code which detects the location. Note that the plot area origin is set manually.

___________________
Try to take over the world!
0 Kudos
Message 3 of 3
(2,668 Views)