Legend Location
Legend Location
Is there any way to move the legend around so it's not always anchored to the bottom of the chart? For example, is there any way to get the legend to be to the right of the plot area?
Looks like the most straight forward way is to create your own legend
http://www.jfree.org/jfreechart/api/jav ... Title.html
Check out one of Dave's examples to see it in use
http://www.jroller.com/dgilbert/entry/ouch
Look for this (I assume you want something different)
legend.setPosition(RectangleEdge.BOTTOM);
http://www.jfree.org/jfreechart/api/jav ... Title.html
Check out one of Dave's examples to see it in use
http://www.jroller.com/dgilbert/entry/ouch
Look for this (I assume you want something different)
legend.setPosition(RectangleEdge.BOTTOM);