> Ah, I see. The problem is, <mx:verticalAxis> is the name of a
property, not
> an object. MXML doesn't allow you to set properties on
properties...you
> need to set the property to an object, then set a property of the
object.
...
> You can still change the scale dynamically at runtime:
>
> myChart.verticalAxis = new LinearAxis();
> myChart.verticalAxis = new LogAxis();
Got it, makes sense now. I was blurring the distinction between
properties and objects a bit there.
Thanks!
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/