A discussion forum for JFreeChart (a 2D chart library for the Java platform).
-
Suprigya
Post
by Suprigya » Wed Oct 23, 2002 10:13 pm
Hi,
Is there a way to make legend invisible?
Thanks.
-
Dave Gilbert
Post
by Dave Gilbert » Wed Oct 23, 2002 10:18 pm
Try the following:
myChart.setLegend(null);
Regards,
DG.
-
Suprigya
Post
by Suprigya » Wed Oct 23, 2002 10:40 pm
thanks. Now, the legend is invisble. Thanks.