CategoryAxis Multiple lines

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
smovva
Posts: 4
Joined: Sat Apr 03, 2004 11:11 pm

CategoryAxis Multiple lines

Post by smovva » Fri Jan 06, 2006 8:38 pm

I have a waterfall Graph. For each bar on the graph, I want to show bunch of information about each bar. How can I increase the number of lines for the categoryAxis. I tried the setMaximumCategoryLabelLines to set to 10. It still takes only 3 lines.

THanks
smovva

smovva
Posts: 4
Joined: Sat Apr 03, 2004 11:11 pm

Post by smovva » Fri Jan 06, 2006 9:19 pm

It seems to be chopping off the image.
How can I increase the space for the labels on the x and y axis?

Locked