RE: [flexcoders] ColumnChart - creating multiple Linear Axis via ActionScript - Help!

2008-02-07 Thread Sunil Bannur
c.verticalAxisRenderers = [ar1,ar2]; p.addChild(c); } From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of EddieBerman Sent: Thursday, February 07, 2008 6:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ColumnChart - creating

[flexcoders] ColumnChart - creating multiple Linear Axis via ActionScript - Help!

2008-02-06 Thread EddieBerman
I'm having difficulty understanding how to create, via AS3, a ColumnChart that contains multiple verticalAxis. I'm familiar with the sample program "MultipleAxis" provided by Adobe, but can't correctly translate this to AS3 code. All is good until I need to create and set the multiple AxisRenderer