It's pretty straightforward and well documented to apply an easing function to 
a chart using MXML.

What about in ActionScript ? I am currently stock here :

        var serieEffect:SeriesInterpolate = new SeriesInterpolate(lineSerie);
        serieEffect.duration=2000;
        serieEffect.easingFunction=mx.effects.easing.Bounce.easeOut;

Which ActionScript API should I use to get the same functionalities
as  showDataEffect or hideDataEffect in MXML ?

Thank you for your help.

Claude Hussenet.



Regards
Claude Hussenet
 
---------------------------------
 Get your own web address.
 Have a HUGE year through Yahoo! Small Business.

Reply via email to