Excellent.  Thanks, Ely.

--- In flexcoders@yahoogroups.com, "Ely Greenfield" <[EMAIL PROTECTED]> wrote:
>
>  
>  
> use areaFill instead of fill.  fill/stroke always apply to the
> individual items (i.e., on area and line series, the individual points).
>  
> Ely.
>  
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of tddclare
> Sent: Friday, June 30, 2006 8:15 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Help?: Fill not working in AreaSeries?
> 
> 
> 
> I'm making an AreaChart with 3 AreaSeries and a ColumnSeries to show my
> data.
> 
> I didn't like the nasty orange,green,blue,tan color scheme, so have set
> offf to customize it.
> 
> Here's what I have:
> 
> <mx:AreaChart dataProvider="{todd}">
>         <mx:series>
>             <mx:Array>
>                 <mx:AreaSeries name="total" displayName="Total"
> yField="total">
>                     <mx:stroke>
>                         <mx:Stroke color="0x9A9A00" weight="2"/>
>          &nbs! p;          </mx:stroke>
>                     <mx:fill>
>                         <mx:SolidColor color="0x000000" alpha=".3"/>
>                     </mx:fill>
>                 </mx:AreaSeries>
>                 <mx:AreaSeries name="pass" displayName="Passed"
> yField="pass"></mx:AreaSeries>
>                 <mx:AreaSeries name="fail" displayName="Failed"
> yField="fail"></mx:AreaSeries>
>         &n! bsp;       <mx:ColumnSeries name="! vv" disp layName="In
> V&amp;V" yField="vv">
>                     <mx:fill>
>                         <mx:SolidColor color="0x000000" alpha=".3"/>
>                     </mx:fill>
>                 </mx:ColumnSeries>
>             </mx:Array>
>         </mx:series>
>     </mx:AreaChart>
> 
> The ColumnSeries IS looking the way I tell it to (faded black) but the
> AreaSeries is NOT (still orange and solid).  I copi! ed the stroke and
> fills right out of the Help system's example on how to use alphas in
> chart fills (Flex 2.0 Developer's Guide
> <http://127.0.0.1:65142/help/topic/com.adobe.flexbuilder.help/html/Part2
> _DevApps.html> > Charting Components
> <http://127.0.0.1:65142/help/topic/com.adobe.flexbuilder.help/html/00001
> 110.html>  > Formatting Charts
> <http://127.0.0.1:65142/help/topic/com.adobe.flexbuilder.help/html/00001
> 142.html>  > Using fills)
> <http://127.0.0.1:65142/help/topic/com.adobe.flexbuilder.help/html/00001
> 164.html>  
> 
> 
> 
> I tried removing the ColumnSeries, wondering if that was having a bad
> effect on it somehow, but no change.
> 
> Any thoughts?
>









------------------------ Yahoo! Groups Sponsor --------------------~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

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

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to