--- In [email protected], "Mark" <[EMAIL PROTECTED]> wrote: > > Okay, I see where the DataTip class inherits a visible property from > the UIComponent class so that would be a good way to make the DataTip > appear but I need some way to get access to the DataTip instance from > the HitData supplied by the AreaSeries.findDataPoints method. > > Does anybody know what object would be the parent of the DataTip? > Thanks in advance for any help. > > Mark >
Hi Mark - I'm not sure I understand what you're trying to do, but it sounds like you want to raise a dataTip anytime a mouse is anywhere near the data. If this is it, you can set the mouseSensitivty property on the chart to something large, which would show the nearest dataTip to the mouse more liberally. Perhaps I've missed your point? --Brian -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

