Btw, why there is this inconsistency that in the Charts API itemRenderer
is a Style whereas in the rest of the Flex 2 framework it is a property?
 
Dirk.


________________________________

        From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Ely Greenfield
        Sent: Thursday, May 10, 2007 8:00 PM
        To: flexcoders@yahoogroups.com
        Subject: RE: [flexcoders] How to assign chart series
itemRenderer in AS3?
        
        

         

         

        This should work fine:

         

        Import mx.charts.renderers.LineRenderer;

         

        lineSeries.setStyle("itemRenderer",new
ClassFactory(LineRenderer));

         

        Ely.

        

Reply via email to