| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: May 2006
Posts: 2
|
Hello again!
I have a probably very simple question to make. I am using a barchart in my flex and I want to set the interval, minimum and maximum values in the horizontal axis in runtime. I need to read these values from a file and then define the interval. I can't let Flex do it by itself because the values are too small and the bars all look the same. So, right now I have this: <mx:horizontalAxis> <mx:LinearAxis interval="0.001" minimum="0.465" maximum="0.467"/> </mx:horizontalAxis> And I need these values to be set dinamically, in the script section of the mxml. How can I change these properties? Since the LinearAxis cannot have an id, I don't know how to reference them. Thank you very much! |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dev Kit, Interval Manager... here you go | MichaelxxOA | ActionScript 2.0 | 1 | 08-04-2006 12:22 AM |
| setting tab index at runtime, please help | zamfir | Simple Stuff (Newbies) | 0 | 06-06-2005 03:42 PM |
| Setting a time interval - pause | kepler | ActionScript 2.0 | 1 | 05-31-2005 12:25 PM |
| setting interval to call different Movieclips | bib1 | ActionScript 1.0 (and below) | 6 | 05-03-2005 10:50 PM |
| Simple Counter | aperez | ActionScript 2.0 | 1 | 05-30-2004 03:56 PM |