Hi Brendan, Could you maybe paste your implementation of the extending class?
Thanks, Sefi On Fri, Nov 21, 2008 at 8:41 PM, Sefi Ninio <[EMAIL PROTECTED]> wrote: > Hi Brendan > > Thanks for the reply, I'll give it a try. > > Sefi > > > On Fri, Nov 21, 2008 at 6:34 PM, Brendan Meutzner <[EMAIL PROTECTED]>wrote: > >> Claude Hussenet has come up with a solution for this. Here's the past >> post. >> >> http://tech.groups.yahoo.com/group/flexcoders/message/90045 >> >> I've used and it works great. >> >> >> Brendan >> >> >> >> On Fri, Nov 21, 2008 at 4:56 AM, Sefi Ninio <[EMAIL PROTECTED]> wrote: >> >>> 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 >>> >>> >> >> >> -- >> Brendan Meutzner >> http://www.meutzner.com/blog/ >> >> > >

