From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I get the data point on the graph xy where I mouse clicked?

dear all,
Graph XY displays my data curves, I want to use mouse to pick up the point on the curve.
then I need to record those point value
is there  any such VI could be used to get this purpose done?

thanks

Jack
0 Kudos
Message 1 of 2
(2,184 Views)
Create a new Cursor and set it to lock to the plot. Then create a property node for the graph and use the Cursor.PosX and Cursor.PosY properties to get the cursor position. Make sense?
0 Kudos
Message 2 of 2
(2,179 Views)