01-15-2007 01:02 PM
01-15-2007 01:50 PM
01-15-2007 02:36 PM
01-15-2007 03:09 PM
Take a look at this example. I take the X value from the click to find the index in the X array, therefore the index of interest. I then get the Y values at that index and check to see which one is closest to the Y value of the click. Based off that I update the name.
Let me know if that doesn't make sense.