RE: [flexcoders] Setting dataTipCalloutStroke="{null}" when dataTipMode="multiple"?

2007-05-18 Thread Ely Greenfield
Peter - Took a peek at the code, and that looks to be an unfortunately bug on my part. Use 'calloutStroke' instead of 'dataTipCalloutStroke' style. You might have to set it programmatically: myChart.setStyle("calloutStroke",null); That should solve the problem (and in a more per

RE: [flexcoders] Setting dataTipCalloutStroke="{null}" when dataTipMode="multiple"?

2007-05-18 Thread Ely Greenfield
Set it to a stroke with an alpha of 0. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Peter Demling Sent: Friday, May 18, 2007 7:19 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Setting dataTipCalloutStroke="{null}" when dataTi