Search found 12 matches
- Mon Jul 07, 2008 2:42 pm
- Forum: JFreeChart
- Topic: [resolved] Value Axis Label unreadable
- Replies: 4
- Views: 4366
- Mon Jul 07, 2008 10:10 am
- Forum: JFreeChart
- Topic: [resolved] Value Axis Label unreadable
- Replies: 4
- Views: 4366
- Mon Jul 07, 2008 9:40 am
- Forum: JFreeChart
- Topic: [resolved] Value Axis Label unreadable
- Replies: 4
- Views: 4366
[resolved] Value Axis Label unreadable
Hi! I am using JFreeChart 1.0.2. I have many graphs. I have problem with the graphs witch have a Value Axis Label. When I resize my graph in order it becomes much wider than high, the characters stretch and overlap and become unreadable. I have tried to change the police, the size, but it doesn't ch...
- Wed Apr 30, 2008 3:43 pm
- Forum: JFreeChart
- Topic: DIfference with chart and Legend colors
- Replies: 3
- Views: 3946
- Tue Apr 29, 2008 4:00 pm
- Forum: JFreeChart
- Topic: DIfference with chart and Legend colors
- Replies: 3
- Views: 3946
- Tue Apr 15, 2008 8:05 am
- Forum: JFreeChart
- Topic: Order in Legend
- Replies: 5
- Views: 4663
- Tue Apr 15, 2008 7:45 am
- Forum: JFreeChart
- Topic: Order in Legend
- Replies: 5
- Views: 4663
- Mon Apr 14, 2008 2:53 pm
- Forum: JFreeChart
- Topic: Order in Legend
- Replies: 5
- Views: 4663
- Mon Apr 14, 2008 10:53 am
- Forum: JFreeChart
- Topic: Order in Legend
- Replies: 5
- Views: 4663
Order in Legend
Hi, Since I have not any idea to solve my precedent questions, I try to find another solution. In order to gain some place in my legend, is it possible to change the order of the element in the legend? I want the text to appear in first, and then the image. I want to have: dddddd : ° fffffff : ° ins...
- Mon Mar 31, 2008 10:03 am
- Forum: JFreeChart
- Topic: Customize legend?
- Replies: 2
- Views: 4902
Thanks for your answer. I already have tried that : jfreechart = ChartFactory.createXYLineChart("", "", "", (XYDataset)ds, PlotOrientation.VERTICAL, false, true, false); LegendTitle legend = new LegendTitle(jfreechart.getPlot()); legend.setItemFont(new Font(null,Font.PLAIN,10)); legend.setPosition(R...
- Mon Mar 31, 2008 9:50 am
- Forum: JFreeChart
- Topic: Customize legend?
- Replies: 2
- Views: 4902
Customize legend?
Hi, Is it possible to add a part to a legend? In fact, I want my legend to be composed of one or many words, and after, my "normal" legend. I have many item and want to gain some place. It is important for my work! I want for instance to do that : "presentation 1 : ° presentation 2 : ° presentation ...
- Fri Mar 07, 2008 10:04 am
- Forum: JFreeChart
- Topic: [JFreeChart StackedBarChart3D top color
- Replies: 0
- Views: 1766
[JFreeChart StackedBarChart3D top color
Hi! I want to know how I can change the top color of my StackedBarChart3D. I want it to be the same that the highest part of the bar. (In my exemple , yellow, orange, or red) But in fact, it has always the same color (the one of the highest color when all the colors are present, in my exemple, red) ...