Closed GoogleCodeExporter closed 9 years ago
After a
renderer.setShowLegend(false);
you can add the following code in order to avoid this issue:
int[] margins = renderer.getMargins();
margins[2] = (int) renderer.getLabelsTextSize() + 9;
renderer.setMargins(margins);
Original comment by dandrome...@gmail.com
on 13 Apr 2011 at 6:38
Original issue reported on code.google.com by
jon.rog...@gmail.com
on 10 Apr 2011 at 4:02