Hi!
How do I remove my columns' shadow with CSS?
I know I could do this:
<mx:seriesFilters> <mx:Array /> </mx:seriesFilters>
But I'd really like my CSS to control all the visuals.
Thanks!
--Dwayne
Don't think you can. As it's an array, you have to set it in code. Sorry, Flex is like that, it makes you do lots of things in code that should be do-able from CSS. But on the good news side, instead of what you have done, you can put this argument in your chart tag: seriesFilters="[]"