Hey 

I have a Flex LineChart with a lot of x values (around 300) - which
makes them not readable within the chart's container height/width.

Is there a way to make the chart display, say, every fifth value?

I am using:
<mx:horizontalAxis>
   <mx:CategoryAxis dataProvider="{row}" categoryField="x"
labelFunction="formatHorizontalAxis" />
</mx:horizontalAxis>

The formatHorizontalAxis function formats unix-time into MM/DD/YYYY
using DateFormatter, and I suppose I could also implement it to return
every 5th value, but I was wondering if there is a better way to do this.

Thanks,
Sefi

Reply via email to