chart.series[0].setStyle("showDataEffect",seriesEffect);
 
Ely.
 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Claude Hussenet
Sent: Sunday, March 25, 2007 10:22 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to create and apply an easing funtion to a
chart using ActionScript



 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.
<http://us.rd.yahoo.com/evt=49678/*http://smallbusiness.yahoo.com/domain
s/?p=BESTDEAL> 
Have a HUGE year through Yahoo! Small Business.
<http://us.rd.yahoo.com/evt=49678/*http://smallbusiness.yahoo.com/domain
s/?p=BESTDEAL>  

 

Reply via email to