Hi Döring,
One way you can avoid labeling all values along x-axis is if your group
labels contain null or null string(""). These values will be simply ignored
during rendering. That way you can provide labels after every 'n' values. I
believe your size of groupLabels can also be less than the size of the
yValues so that you do not get that many vertical lines, For e.g. if you
have 500 values your group labels can contain only 10 so that you get only
10 vertical lines.
I will also investigate the option of providing vertical aligned x-axis
labels/y-axis labels so that the labels will not overlap. I have to first
get a consensus of API for this in the dev list and then I will see if I can
provide a patch for this.
--Venkata
On Jan 14, 2008 10:01 AM, Döring Markus <[EMAIL PROTECTED]>
wrote:
> Hello,
>
>
>
> I'm using the chart component to display some statistics.
>
> I have attached a screenshot of what I have so far.
>
> I'm a bit unhappy about the labels of the X axis. I have a lot of single
> values, and for every value there is a value on the X axis, causing that
> they overlap each other and they are not readable anymore.
>
> Is there a easy way to say Trinidad to render only every … label on X
> axis, or to display a total of … labels of the X axis?
>
> Also is there a way to align the labels on the X axis vertical instead of
> horizontal, so they don't overlap?
>
>
>
> Thanks
>
> Markus Döring
>