Legend

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

Legend

Post by Suprigya » Wed Oct 23, 2002 10:13 pm

Hi,

Is there a way to make legend invisible?

Thanks.

Dave Gilbert

Re: Legend

Post by Dave Gilbert » Wed Oct 23, 2002 10:18 pm

Try the following:

myChart.setLegend(null);

Regards,

DG.

Suprigya

Re: Legend

Post by Suprigya » Wed Oct 23, 2002 10:40 pm

thanks. Now, the legend is invisble. Thanks.

Locked