Paramjit,

 

 

Something like this should work: Basically set the styles on the DataTip
class, also there is a dataTipFunction which you can set the customize
the text itself. See the livedocs for more details.

 

 

           DataTip {

              fontFamily: "Arial";

              fontSize: 12; 

              fontWeight:bold;

              fontStyle:italic;            

              }

 

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Paramjit Jolly
Sent: Friday, May 11, 2007 7:22 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Tooltip : Charting issues

 

Hi Sanjay,

  This Tooltip will effect only the tooltip of Flex framework. But 

No change happened on charting tooltip.

 

I wana customize the charting component tooltip.

 

Thanks for your help.

 

Thanks & Regards

Jolly

************************************************************************
Life Fitness - A Division of Brunswick Corporation
#09-02,  The Signature, 
Changi Business Park Central 2, Singapore-486066
(Cell) 65 -96216408 (Tel) 65-62606409 (Fax) 65-62605150
http://www.lifefitness.com <http://www.lifefitness.com/>  |
http://www.brunswick.com <http://www.brunswick.com/>  
************************************************************************

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sanjaypmg
Sent: Thursday, May 10, 2007 1:59 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Tooltip : Charting issues

 

Jolly, you can use the followings in CSS file:

ToolTip { 
fontFamily: "Arial"; 
fontSize: 11; 
cornerRadius: 0;
dropShadowEnabled: false;
}

you can add more attributes like backgroundcolor, alpha etc. etc.

Sanjay

--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "Paramjit Jolly" 
<[EMAIL PROTECTED]> wrote:
>
> HI All,
> 
> Any one checked how to customize the tooltip of graphs like 
> 
> Changing styles i.e font, bgcolor , alpha of bg etc.
> 
> 
> 
> I can change generic Tooltip of flex but I am not finding any clue 
for
> Charting components tool tip customization.
> 
> 
> 
> Anyone having any clue or sample pls let me know.
> 
> 
> 
> Thanks & Regards
> 
> Jolly
> 
> 
*********************************************************************
***
> Life Fitness - A Division of Brunswick Corporation
> #09-02, The Signature, 
> Changi Business Park Central 2, Singapore-486066
> (Cell) 65 -96216408 (Tel) 65-62606409 (Fax) 65-62605150
> http://www.lifefitness.com <http://www.lifefitness.com>
<http://www.lifefitness.com/ <http://www.lifefitness.com/> > |
> http://www.brunswick.com <http://www.brunswick.com>
<http://www.brunswick.com/ <http://www.brunswick.com/> > 
> 
*********************************************************************
***
>

 

Reply via email to