Use axis render:
<mx:horizontalAxis>
    <mx:CategoryAxis id="axis" categoryField="date"/>
</mx:horizontalAxis>
<mx:horizontalAxisRenderers>
    <mx:AxisRenderer placement="bottom" axis="{axis}"
canDropLabels="true"/>
</mx:horizontalAxisRenderers>

Note the canDropLabels property.

-Joe
--- In flexcoders@yahoogroups.com, "netdeep" <[EMAIL PROTECTED]> wrote:
>
> I have a chart with more than a thousand data points and then
drawing the axis labels and 
> tics, the display is far too crowded.  I have tried setting the
canDropLabels flag but it doesn't 
> seem to help.  My dates are getting chopped off on the horizontal
axis and there are just far 
> too many labels.  Does anyone know how to fix this problem?
>


Reply via email to