Legend position

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

Legend position

Post by Artemis » Sat Mar 01, 2003 8:41 am

Hi,

I have successfully changed the legend position to the top by using
this:

Legend le = chart.getLegend();
le.setAnchor(Legend.NORTH);

and the legend displays on the top under the title,
now I want to make it in the same line as the title on the top,
can you show me ?

Thanks.

David Gilbert

Re: Legend position

Post by David Gilbert » Tue Mar 04, 2003 10:09 am

At the moment, it's not possible.

Regards,

Dave Gilbert

Locked