[flexcoders] X-axis values in flex chart

2008-11-18 Thread sefi.ninio
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

Re: [flexcoders] X-axis values in flex chart

2008-11-18 Thread Sefi Ninio
Hey. I ended up calculating the number of tick labels to skip and used the labelFunction to return the value every calculated value. This works great - I have a label every 10th value, and all values are displayed in the chart as they should. Only problem is that the label font size is still very