Yeah, that works. Thanks a lot. lei
--- In [email protected], "g_odds" <[EMAIL PROTECTED]> wrote: > > 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 [email protected], "anewgene" <anewgene@> 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) > > >

