> well basically i just want to shut of the drop shadow effect of the
> line charts so that i get only the straight-on lines.
> I tried to apply another line renderer but either i declare it wrong
> or it gets overridden. does anyone know how to do this?
I did similar thing yesterday for column charts. So try:
<mx:LineChart>
...
<mx:seriesFilters>
<mx:Array/>
</mx:seriesFilters>
...
</mx:LineChart>
--
Erki
--
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
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

