Tom, can you post a full sample with a description of what you're seeing, and what you expect to see?
 
Gradients should fill the bounding box defined by the area series.
 
E.
 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of twgonzalez01
Sent: Wednesday, November 01, 2006 11:29 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Linear Gradient with AreaChart bug?

I am trying to create an area chart and use a LinearGradient at 90
degrees (top-bottom) fill for the areaFill.

The problem is that the matrix transformation appears to not be taking
into account the full range of Y values, and all transitions are
occuring in the very top of the chart. Maybe I am misunderstanding
something?

Here is sample code for a fill:
<mx:areaFill>
<mx:LinearGradient angle="90" >
<mx:GradientEntry color="0xFF0000" ratio="0"/>
<mx:GradientEntry color="0xFFFFFF" ratio="1"/>
</mx:LinearGradient>
</mx:areaFill>

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to