[flexcoders] Custom Datatip Renderes for charts

2007-05-30 Thread patricklemiuex
I want to customize the datatip for my chart app. I notice things like dollar signs are removed when I try to use them in labelfunction etc. Is there an example of this out there. -want to make rounded corners -some alpha transparency -custom fonts colors

RE: [flexcoders] Custom Datatip Renderes for charts

2007-05-30 Thread Ely Greenfield
the displayText property of the hitData structure, and you're all set. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of patricklemiuex Sent: Wednesday, May 30, 2007 11:01 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Custom Datatip Renderes for charts I want

Re: [flexcoders] Custom Datatip Renderes for charts

2007-05-30 Thread Flexing...
You need to write an Renderder and assign it to the dataTipRenderer property of the chart. Have a look at the following thread. Though it is not in English but I guess you should be able to understand the code: http://www.fxug.net/modules/xhnewbb/viewtopic.php? topic_id=888post_id=3572

[flexcoders] Custom Datatip Renderes for charts

2007-05-30 Thread patricklemiuex
Ok, well I've gotten this far with my datatip renderer. It looks like all the chart classes call the graphics utilities class to draw the boring square box, no rounded rectangle method exists in this class. If I just roll my own rounded rectangle box inside my DataTipRenderer constructor, it

RE: [flexcoders] Custom Datatip Renderes for charts

2007-05-30 Thread Ely Greenfield
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ely Greenfield Sent: Wednesday, May 30, 2007 2:40 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Custom Datatip Renderes for charts There's nothing special going on in the GraphicsUtilities class. The problem