The text for data tips is flash standard HTML. So you can control font,
color, formatting, etc. with html tags.  I'm surprised dollar signs are
removed, maybe if you tried encoding them, it might render correctly?

 

There's no way to get rounded corners with the default data tip.  But
All charts have a style called dataTipRenderer that is a class that gets
instantiated to render data tips. You could supply your own data tip
renderer if you like.   Your renderer should implement the IDataRenderer
interface. Its data property will get assigned a HitData structure.
Render 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 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

 

<<image001.jpg>>

<<image002.jpg>>

Reply via email to