I use JFreeChart create a chart,such as:JFreeChart chart = new JFreeChart(chinese.getStr(PartName[0]), JFreeChart.DEFAULT_TITLE_FONT, plot, true)
I must use chart.setLegend(Null) , otherwise there is some error.
But I want display Legend! How can I do?Can give me some examples?
I'm a rookie for JFreeChart?
Thank a lot!