I have tested the code your provided with SDK 4.6 and linearAxis.interval = 0.1;
And it's not 30s or 5s, it's instant.

PC: Window7, core I7 2.1Ghz, flash player 11.

Do you confirm the same example on your side takes 30s, or is it the main app 
with 4 charts ?

Maurice 

-----Message d'origine-----
De : DarrenEvans [mailto:[email protected]] 
Envoyé : mardi 18 mars 2014 17:28
À : [email protected]
Objet : Re: Patching Flex 4.6 SDK chart functionality

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