LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

graph's information

Hello!
 
I'm using XY graph block. I want that when you put the mouse's pointer on a point of a graph it appears a little label with the information of the point (a word, that explains what is this point).
 
What i have to do?
 
Thank you in advanced
0 Kudos
Message 1 of 3
(2,697 Views)
Hi

Suggestion:

I had not tried it but i think this should work. use the event structure. under the event structure you can choose some event related to the graph indicator. you may need to specify the coordinates of the spot where you click.

Goy
0 Kudos
Message 2 of 3
(2,675 Views)
Is the graph stationary or does it keep updating? If it keeps updating, those points might be hard to catch. You should probably look into cursors for this.
 
If you have a cursor, you can play with its label (example).
 
If your points are static, you can place transparent booleans over them and use the mouse enter event for those booleans to make your string control visible.
 

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