Hi Vigen. The color used by the datatip is defined by the series, in the hitData structure returned from the findDataPoints() method. This method is called by the chart to decide what datatips to show and how to show it. If you want to change the hilight color, you'll need to override the findDataPoints() method of your series. (Or create a new custom datatip). Ely.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of vigen2000 Sent: Thursday, January 04, 2007 1:40 AM To: [email protected] Subject: [flexcoders] Ely's example of ItemRenderer cause tooltip to be always orange Hi, im trying to make something similar to Ely's example of the itemRenderer of chart series, like the PerColumnFill (PerColumnColor) class. the problem is that if u add tooltip to the chart (showDataTip = true) they are always in orange. any ideas on how to solve this? help... Vigen

