Hi Lei,

Try setting the following in your chart:

<mx:horizontalAxisRenderer>
  <mx:AxisRenderer showLabels="false" showLine="false"
tickPlacement="none" />
</mx:horizontalAxisRenderer>
<mx:verticalAxisRenderer>
  <mx:AxisRenderer showLabels="false" showLine="false"
tickPlacement="none" />
</mx:verticalAxisRenderer>

Hope that works,

Graham


--- In flexcoders@yahoogroups.com, "anewgene" <[EMAIL PROTECTED]> wrote:
>
> Hi, group,
>     In my use case, I need to hide both axes of a chart? Is there a 
> easy way to do that? I think it should be very simple, but I didn't 
> find any luck from flex online docs.
> 
> Thanks,
> 
> Lei (a newcomer)
>


Reply via email to