LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

i would like to see the values from pointer mouse like cursor, i would like to put the mouse in point of graph and see the value of point!

I want to use the mouse pointer like cursor, i want use in my graph xy, i dont like to move the cursor to see the point.
is it possible?
0 Kudos
Message 1 of 3
(2,786 Views)
There are vi's available to read mouse position. Look for mouse in the example code section here. You can use the Position attribute of the property node of your graph to get the mouse position within the graph. You can get the range of the scales from the property node. Then it will be a bit of straightforward math to figure out the values.
Beware that the size of the drawing area of the graph can change as the numbers in the scales get bigger or smaller! Good Luck

Yours Sincerely
John
0 Kudos
Message 2 of 3
(2,786 Views)
jbrohan

Thanks, i got it. i insert a image and get the posittion mouse and i put the reference with the scales max and min from the porperty node... it works!!
0 Kudos
Message 3 of 3
(2,786 Views)