FLEX: is possible to use AreaStroke and AreaFill in a css file ?
Posted
by Patrick
on Stack Overflow
See other posts from Stack Overflow
or by Patrick
Published on 2010-04-16T19:51:14Z
Indexed on
2010/04/16
19:53 UTC
Read the original article
Hit count: 122
flex
hi,
I would like to simplify my code and add the possible to the css file:
<mx:AreaSeries styleName="timeArea" name="A" yField="A" areaStroke="{new Stroke(0x0033CC, 2)}" areaFill="{new SolidColor(0x0033CC, 0.5)}" />
Can I move areaStroke and areaFill to css ? What would be the resulting css ?
thanks
© Stack Overflow or respective owner