02-22-2008 05:21 PM
I have created a program that recognizes whether or not the user has clicked on a data point displayed on an xy graph. I have two plots on this graph and I need to determine whether a point that belongs to either plot has been selected. An Event Case tells me when the user has released the mouse button while over the xy graph. I then set the active plot, map the coords to xy, save the x and y values and then change the active plot to do it all over again. This does not work. It only gives me one of the needed sets of coordinates. What is the proper way to select the active plot in this situation?
02-22-2008 05:28 PM