I try to construct new lineSeries with the code:

var ls : LineSeries = new LineSeries();
ls.yField = strName;
ls.displayName = strName;
ls.name = strName;
ls.id="id"+strName;

this works perfect.

But with
 ls.radius=5 
nothing happend

And with
 ls.showDataEffect = "interpolate"
 Ls.stroke = new Stoke(0xFF0000,2,100);
I get error ( with beta3, not beta 2 )


Thanks for any suggestions





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/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