You can remove the default drop shadow from a LineChart chart in Flex by setting the seriesFilters property, as shown in the code below
<mx:LineChart id=”lineChart” showDataTips=”true” dataProvider=”{incomeAC}” width=”100%” height=”100%” seriesFilters=”[]“>
<!? . . . ?>
</mx:LineChart>
OR
<mx:LineChart id=”lineChart” showDataTips=”true” dataProvider=”{incomeAC}” width=”100%” height=”100%“>
<!– series filters –>
<mx:seriesFilters>
<mx:Array />
</mx:seriesFilters>
<!? . . . ?>
</mx:LineChart>
dszletg iynouj pxzrcjdt lywfbehru piakt rdpm tojqgz
Thanks for the tip!
Brian, you are welcome…….