Interesting.

One option is to set the x and y attribes of the tooltips in the 
toolTipShown event handler of the relevant component. The event handler 
might look like:

event.toolTip.x = xPos;
event.toolTip.y = yPos;

Could you let me know what you come up with?

Thanks,
Nick

--- In [email protected], Tom Fitzpatrick <[EMAIL PROTECTED]> wrote:
>
> Thanks, Nick. I think that would work.
> 
> I realized, though, that a better way would be to always anchor the 
> custom tooltip in the same x and y position relative to the tooltip 
> target. That way it will stay out of the way of the pie chart.
> 
> I'm trying to figure that out now.
> 
> - Tom
> 








--
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/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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/
 


Reply via email to