It's showing on my post here.....Don't know whether it got removed because it
was in a CDATA block....

It's simply:

                import mx.charts.LinearAxis;

                private var requiredVsActualDataProvider:Array = [];

                private function button1_clickHandler(event:MouseEvent):void {
                        var linearAxis:LinearAxis = new LinearAxis();
                        linearAxis.interval = 0.1;
                        linearAxis.baseAtZero = true;
                        linearAxis.maximum = 100;
                        linearAxis.minimum = 0;
                        requiredVsActualLineChart.verticalAxis = linearAxis;
                }

I've now removed the setting of .interval in the main application containing
the 4 charts and intialisation has been reduced from 30 seconds to 5
seconds!!




--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Patching-Flex-4-6-SDK-chart-functionality-tp5527p5609.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to