Have found something.... 
The problem is that I do not see anything during the rendering, 
however in the debug mode, the data are well fillin ?!!!???



var ls : LineSeries = new LineSeries();
ls.yField = name;
ls.displayName = name;
ls.name = name;
ls.id="id"+name;
                                        
                                        
//ls.showDataEffect=interpolate;//does not work , get error
                                        
                                        
                                        
//this doesn't work // no error, but nothing happend
  var ST : Stroke  = new Stroke();
 ST.color = 0XFF0000;
 ST.weight = 30
 ls.setStyle("Stroke",ST);

 var LGS:LinearGradientStroke = new LinearGradientStroke();
 var G1 : GradientEntry = new GradientEntry(0xFF0000,1,1);
 var G2 : GradientEntry = new GradientEntry(0x0000FF,1,1);
 LGS.entries=[G1,G2];
 ls.setStyle("LinearGradientStroke", LGS);
                                        
 var BIR : BoxItemRenderer = new BoxItemRenderer();
 BIR.width = 20;
 BIR.height = 30;
 ls.setStyle("BoxItemRenderer",BIR);
                                        
//END this Won't work
                                        
arrNewLSerie.push(ls);
chrtTimeLine.series=arrNewLSerie;







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/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