Tick Marks

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Suprigya

Tick Marks

Post by Suprigya » Thu Dec 12, 2002 12:10 am

Hi,

Is there a way to set the distance between the category labels on x-axis. The problem is that if there are many labels, they appear very clutttered. I tried using
axis.setSkipCategoryLabelsToFit( true );

But, it still displays all, and they are almost non-readable.

Thanks,
Suprigya

Suprigya

Re: Tick Marks

Post by Suprigya » Thu Dec 12, 2002 12:11 am

Also,
How can I add some text at the end of x-axis. I want display the timeZone of the dates For Example. if the line below is x-axis, I want to add CDT at the end.
Thanks.

Locked