Does anybody have an example c++ program that makes an XY plot and then allows reading of the xy values of specific points on the plot using the mouse. I can read the pixel values using GetMousePosition(&X,&Y) but I can't convert them to actual data values. I think there's a tcl example but I don't know tcl.