Search found 2 matches

by klausk
Fri Feb 15, 2008 11:20 am
Forum: JFreeChart
Topic: How do I center items inside the legend?
Replies: 3
Views: 4756

I've found a solution in the thread "Exctracting and showing only Legend". I create a centered legend at the bottom of my chart chart.removeLegend(); LegendTitle legendTitle = new LegendTitle(plot, new ColumnArrangement(HorizontalAlignment.LEFT, VerticalAlignment.CENTER, 0, 0), new ColumnArrangement...
by klausk
Fri Feb 15, 2008 10:54 am
Forum: JFreeChart
Topic: How do I center items inside the legend?
Replies: 3
Views: 4756

I have the same problem and haven't found a solution yet.

I tried various ways with LegendWrapper and/or CenterAlignment, but nothing worked.