Search found 3 matches

by rong_bo
Tue May 10, 2016 3:37 am
Forum: JFreeChart
Topic: Where is class 'Legend'
Replies: 3
Views: 3842

Re: Where is class 'Legend'

Thanks for your reply,

These are old codes and use jfreechart 1.0.0 pre2, and I want to upgrade to latest version, but I cannot find the class 'Legend' in current jfreechart, so this class has been removed from jfreechart?
by rong_bo
Mon May 09, 2016 6:56 am
Forum: JFreeChart
Topic: Where is class 'Legend'
Replies: 3
Views: 3842

Where is class 'Legend'

Actually this problem is from another issue ( http://www.jfree.org/forum/viewtopic.php?f=3&t=117569 ), and compiler said no class 'Legend' when trying to uprade an some old codes. Here is the code, JFreeChart chart = ChartFactory.createPieChart3D( "", //Title pieDataset, //Dataset false, //Show lege...
by rong_bo
Fri May 06, 2016 1:37 pm
Forum: JFreeChart
Topic: Wrong chart when using openjdk
Replies: 0
Views: 4502

Wrong chart when using openjdk

I guess it is a often occuring question but i really cannot find the answer. Recenlty I port a project from Oracle JDK to Open JDK, and it used an old jfreechart 1.0.0 pre2 to save some chart such as pie chart or bar chart to PNG fiile, and it worked fine in Oracle JRE but failed in Open JRE. After ...