Suppress legend?

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

Suppress legend?

Post by Bruce » Mon Jul 22, 2002 3:54 pm

Hi everyone,

Is it possible to suppress the box with the legend which appears below the chart?

Thanks!

David Gilbert

Re: Suppress legend?

Post by David Gilbert » Mon Jul 22, 2002 5:51 pm

You can remove the legend with:

myChart.setLegend(null);

Regards,

DG.

Locked