03-10-2009 09:10 PM
Hi All...
I would like to know is there any solution for my problem.
I have an xy graph wth data points.I need to read the values of x and y coordinates when user double clicks on a data point on the plot.
Is there any way to achieve that?
03-10-2009 09:53 PM
03-10-2009 09:59 PM
Pls send me again in 8.0
Am using lv 8.0
Thank u
03-10-2009 10:35 PM
find the same vi in 8.0
Balaji
03-10-2009 11:54 PM
Hi..
Thank you for the help.Actually i need to know the coordinates only when the user double clicks on the datapoints on the plot.
Any way for that?
Thank u
03-11-2009 12:58 AM
03-11-2009 02:14 AM
user_1 wrote:Hi..
Actually i need to know the coordinates only when the user double clicks on the datapoints on the plot.
I think this will be pretty much difficult to do directly using methods or properties.
But you can always look for the value of the plot at the double-clicked position & then take the X & Y coordinates of that point.
03-11-2009 03:34 AM
Hi,
Ya its having complications to show only when the user double clicks on the datapoints on the plot(as already partha told). See this attachment it may help you, it gives the actual data points value.
It is required to show only when the user double clicks on the datapoints then get the x,y coordinates and search in your data array with some offset because user will not accurately click the point. If u found the x,y values in your data points then display the values.
Balaji(CLAD)
03-11-2009 03:57 AM