Right after I posted this, I found a workaround:
myLineSeries.setStyle('showDataEffect', 'myEffect');But it still bothers me myLineSeries.showDataEffect = myEffect does not work - isn't that a bug? This is the kind of thing that can be really frustrating when you move back and forth between MXML and Actionscript. How does anyone learn these little "rules" that say, showDataEffect is a style that has to be set, not a property you can set directly. Anyone have any insight on this? Jason

