Hey, I have a chart set up and using dataTipFunction to format the datatips. It works great. However, what I'd really like, is to display the datatips for all the series for the current x axis value the mouse pointer is over (and only those). Example: if the mouse pointer is over x value 10, and I have 3 line series in that chart, then all 3 points correlating to x value 10 will have their datatips visible.
There are a few issues with this: 1. I don't have an easy way to translate mouse pointer location on mouse over to the relevant x axis value. 2. Once I (hopefully) get the x value, I'd also have to have all y values for the series (relatively simple). 3. If I get here, I'll have to think of a way to cause the points to show their datatip and ofcourse clear all previous open datatips... any ideas on either of those points? Thanks, Sefi

