About display of series

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Mikio Kishi

About display of series

Post by Mikio Kishi » Tue Aug 13, 2002 3:43 pm

Hi,

Now,I have used JFreeChart and had one question.
Please answer my question.

Question:
Is it possible to disable
"the display of series" at the bottom of outputed chart ?

The reason is that when series is one ,this display may be
unnecessary.

Sincerely,

Mikio Kishi.

David Gilbert

Re: About display of series

Post by David Gilbert » Tue Aug 13, 2002 5:51 pm

Yes, you can just do this:

myChart.setLegend(null);

Regards,

DG.

Locked