Hi all,

I am creating some ColumnSeries dynamically, but I can't set the showDataEffect.


The effect is declared in mxml

      <mx:Effect>
        <mx:SeriesInterpolate duration="800"
minimumElementDuration="100" offset="0" elementOffset="100"
name="interpolateFx"  />
      </mx:Effect>


And the series that should use it are created later via as:

var s:ColumnSeries = new ColumnSeries();
s.yField="c" + i;
s.name="c" + i;
s.showDataEffect = interpolateFx; // this doesn't work!
s.showDataEffect = "interpolateFx"; // this doesn't work either!


Any hints?
Can effects be set at runtime?

Thanks,
Aldo



--
::::: Aldo Bucchi :::::
mobile (56) 8 429 8300


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to