Hi!,
How can I set the distance between the category labels on x-axis. The problem is that if there are many labels, they appear very clutttered, I what to show every 5 x value, but I still don't know how.
I am using DefaultIntervalCategoryDataset.
Thanks in advance.
Id.
x-axis
Re: x-axis
There is a method in the HorizontalCategoryAxis class that was contributed by a developer that had the same problem:
setSkipCategoryLabelsToFit(boolean);
You could try that and see if it does what you want.
Regards,
Dave Gilbert
setSkipCategoryLabelsToFit(boolean);
You could try that and see if it does what you want.
Regards,
Dave Gilbert