PDA

View Full Version : Remove X Axis Labels


Zunskigraphics
08-05-2008, 08:44 PM
I want to remove the x axis labels from a "column" chart. Anyone have any Idea how to do that?

I can't figure that one out.

Thanks!
Lance

Zunskigraphics
08-05-2008, 10:08 PM
<mx:horizontalAxisRenderer>
<mx:AxisRenderer showLabels="false" />
</mx:horizontalAxisRenderer>

thanks.. oh wait... thank me. :)