For LineSeries, you use the stroke style property to define a style for
the chart item's renderer. You use the lineStroke property to define the
stroke of the actual line segments. 

This is documented here:

"Defining strokes for LineSeries and AreaSeries"
http://livedocs.macromedia.com/flex/2/docs/00001262.html 

hth,
matt horn
flex docs

> -----Original Message-----
> From: flexcoders@yahoogroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of Sam Shrefler
> Sent: Wednesday, August 30, 2006 3:20 PM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] Stroke color on lineSeries - bug?
> 
> Sree:
>  
> I'm not sure if its a bug, an error in the documents, or none 
> of the abover...
>  
> If you need to change teh stroke color, I've successfully 
> used the following...
>  
> <mx:LineSeries >
>   <mx:lineStroke>
>     <mx:Stroke color="0x333333" weight="3"/>
>   </mx:lineStroke>
> </mx:LineSeries >
>  
> Hope that helps
> 
> Sam
>  
> On 8/30/06, Sreejith Unnikrishnan <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]> > wrote: 
> 
>       Applying the stroke color on lineSeries does not seem 
> to have any effect.
>       Even in the examples provided by Adobe, chart explorer 
> the colors though specified, dont work!
>        
>       Is this a known bug, if it is one?
>        
>       Regards
>       Sree
>       
> 
> 
>  
> 


--
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