> I suppose, but this:
>
> <LinearAxis scale="logarithmic" />
>
> Feels a little bit oxymoronic, don't you think?

Sure, that example does!  :)

> Doing it with a separate LogAxis would require, at a minimum, this
code:
>
> <LineChart>
>       <veritcalAxis>
>               <LogAxis />
>       </verticalAxis>
>       <series>
>               ...
>       </series>
> </LineChart>
> 
> That doesn't seem like it's too much overhead, no?

I was thinking more along the lines of:

<mx:verticalAxis scale="{customScale}" ...>

Then you could change the scale type on the fly should that need ever
arise.

Cheers,

Blake


 
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/
 


Reply via email to