you can use the labelFunction property on the LinearAxis or any axis that you are using as you are vertical axis, and format the value into any desired string.
function function_name(labelValue:Object, previousValue:Object,
axis:IAxis):String { ... }
- venkat
http://www.venkatj.com
--- In [email protected], "windsail05" <[EMAIL PROTECTED]> wrote:
>
> How do I set the vertical axis labels as specified strings instead of
> numeric values?
>

