Search found 1 match
- Fri Jun 30, 2006 8:39 am
- Forum: JFreeChart
- Topic: Align Legend
- Replies: 1
- Views: 3458
Align Legend
Hi There, I am trying to align the legend below a XY Linegraph with the extents of the axis of the graph. Currently my code looks like this: LegendTitle legend = new LegendTitle(chart.getPlot()); BlockContainer wrapper = new BlockContainer(new BorderArrangement()); wrapper.setBorder(new BlockBorder(...