Moving the legend

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

Moving the legend

Post by chip » Thu May 31, 2001 7:02 pm

Is there a method to change the size of the Legend?
Is there a method to change the location of the Legend?

David Gilbert

RE: Moving the legend

Post by David Gilbert » Thu May 31, 2001 10:24 pm

The size of the legend is determined mostly by (a) the number of series to display and (b) the font size. In other words, you can't directly set the size of the legend (although you could implement your own version that supports this).

The location of the legend is hard-coded to be at the right of the chart. A developer sent me some modifications to the chart titles to allow multiple titles in various locations around the chart - I've done some work towards making the legend a title also, so that the legend can appear at the top, bottom, left or right of the chart...but the code is not finished yet.

Regards,

DG.

Locked