Search found 5 matches
- Tue Sep 18, 2007 8:42 am
- Forum: JFreeChart
- Topic: Legend Title Problem
- Replies: 4
- Views: 5478
Hello, Thanks for your answer but I'm working with CategoryItemRenderer and none of the following methods seems to update the legend item bullets: renderer.setShape(new Rectangle(200,200)); renderer.setSeriesShape(0, new Rectangle(200,200)); renderer.setBaseShape(new Rectangle(200,200)); Perhaps hav...
- Wed Sep 05, 2007 10:58 am
- Forum: JFreeChart
- Topic: Legend Title Problem
- Replies: 4
- Views: 5478
- Wed Sep 05, 2007 10:02 am
- Forum: JFreeChart
- Topic: BarChart legend and Y-axis size
- Replies: 2
- Views: 5035
This post is now half-resolved.
I've managed to set the tick font size with this method:
It is so evident that I don't know how I managed to not find it earlier but if it can help somebody...
I've managed to set the tick font size with this method:
Code: Select all
rangeAxis.setTickLabelFont(font);
- Wed Sep 05, 2007 9:24 am
- Forum: JFreeChart
- Topic: BarChart legend and Y-axis size
- Replies: 2
- Views: 5035
Hello, I come back for a little 'up' because I still haven't found a solution (and I hope there is one) neither by myself nor on the forum. If somebody has an idea or anything else I will take (concerning the range axis units I've searched for tick unit, tick label and tick #!%$ but unsuccessful and...
- Wed Aug 08, 2007 4:38 pm
- Forum: JFreeChart
- Topic: BarChart legend and Y-axis size
- Replies: 2
- Views: 5035
BarChart legend and Y-axis size
Hello, I'm trying to increase the size of the number (0->100) on the Y-axis and the size of colored boxes/shapes in the legend as you can see in this picture: emmanuel.lebel.free.fr/exchange/ftp/3371563802233760414.jpg (sorry but i'm not allowed to post urls) Here is my code: // column keys... Strin...