Set it to a stroke with an alpha of 0.

 

<dataTipCalloutStroke>

   <Stroke alpha="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
dataTipMode="multiple"?

 

Hello,

I have a CartesianChart where I don't want the calloutStroke to be
drawn (and thereby offset the positioning of the dataTips from their
data point), so I've set dataTipCalloutStroke="{null}".

This works fine when dataTipMode="single", but it does not work when I
set dataTipMode="multiple": the callout is still drawn and the
dataTips are offset. Any ideas? This is kind of a deal-breaker for
my app, since a major feature is to display my custom dataTips
directly adjacent to all (plot) data points at the same time. I
suppose I could go way-deep into concatenating the default
itemRenderer and the dataTip's custom contents into a custom
itemRenderer, but I'd rather not have to code all that internal
plumbing if I could instead do it all with this one style setting.

Thanks for any suggestions!

-Peter Demling
Lexington, MA

 

<<image001.jpg>>

<<image002.jpg>>

Reply via email to