legend problem?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
pubmail75
Posts: 6
Joined: Mon Oct 20, 2003 2:23 am

legend problem?

Post by pubmail75 » Thu Oct 23, 2003 2:02 pm

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!

Locked