Search found 4 matches

by tsunpo
Tue Dec 16, 2008 4:17 pm
Forum: JCommon
Topic: In Maven, could you remove the gnujaxp dependency of JCommon
Replies: 6
Views: 219790

In Maven, could you remove the gnujaxp dependency of JCommon

In Maven, could you remove the gnujaxp dependency of JFreeChart (JCommon)? I cannot build jfreechart in Eclipse by simply using Maven plugin :(
by tsunpo
Mon Feb 05, 2007 9:42 am
Forum: JFreeChart
Topic: How to resize the CategoryPlot or plotArea
Replies: 4
Views: 5486

Cheers mate, it works!!!!

:)
by tsunpo
Fri Feb 02, 2007 10:20 am
Forum: JFreeChart
Topic: How to resize the CategoryPlot or plotArea
Replies: 4
Views: 5486

Thank you very much indeed Dave, After reading through the manual and this forum, I still cannot find any solution related to "resize the chart" for your option (a) Here is what I did so far: I use a JSlider to pass values to the "categoryaxis.setCategoryMargin()" in order to spread the labels since...
by tsunpo
Thu Feb 01, 2007 10:22 am
Forum: JFreeChart
Topic: How to resize the CategoryPlot or plotArea
Replies: 4
Views: 5486

How to resize the CategoryPlot or plotArea

Hi all, I am using CategoryPlot in my application. The thing is I can use "categoryaxis.setCategoryMargin(450);" to avoid the label get overlapped (warpped) since there are too many data I have to show. But the plotArea seems to be still fixed-sized, actually the whole CategoryPlot except the label ...