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.
About display of series
Re: About display of series
Yes, you can just do this:
myChart.setLegend(null);
Regards,
DG.
myChart.setLegend(null);
Regards,
DG.