02-26-2009 12:31 AM
Dear all
I am plotting 10 plots on a single graph. All the plots are colour coded and also a name is provided for all the plots. I donot want to show plot legend but i want that as soon as i put the mouse on any plot ,it should reflect the name of the plot and also the current value.
Is it possible in Labview7.1.
02-26-2009 02:37 AM - edited 02-26-2009 02:37 AM
Abhimaniu,
there is no functionality like this in LV 7.1 and later.
But there is a possible alternative solution: you could use a cursor and determine the Plot the cursor is currently snapped to (configure the cursor to "Snap to Point").
You can use the attached code to display the name of the plot the cursor currently snaps to.
hope this helps,
Norbert