'labelFunction' on AxisRenderer should be able to help in this case.
private function myLabelFunction(axisRenderer:IAxisRenderer,
label:String):String
{
return label+"%";
}
...
<mx:AxisRenderer labelFunction="myLabelFunction" axis={verticalAxis1} .../>
...
Thanks,
Deeptika
On Fri, May 30, 2008 at 10:54 PM, Body Works Studio <[EMAIL PROTECTED]>
wrote:
> Hi all
>
> We have a dashboard chart with two series being displayed one is the
> number of docs, and the second series shows the percentage of relevance.
>
> I have the min and max set to 0 and 100 respectively and interval is
> set to 25. is there a way to make the scale show as 25% 50% 75% etc...
>
> Thanks
>
> Jeff
>
>
>