Search found 12 matches

by hhenrion
Mon Jul 07, 2008 2:42 pm
Forum: JFreeChart
Topic: [resolved] Value Axis Label unreadable
Replies: 4
Views: 4366

Thank you paradoxoff, it works fine, now!
by hhenrion
Mon Jul 07, 2008 10:10 am
Forum: JFreeChart
Topic: [resolved] Value Axis Label unreadable
Replies: 4
Views: 4366

Here are two images , the first is ok the second, no :(

Image

Image
by hhenrion
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...
by hhenrion
Wed Apr 30, 2008 3:43 pm
Forum: JFreeChart
Topic: DIfference with chart and Legend colors
Replies: 3
Views: 3946

Thank you for your help.

I have tried before to add the method override you tell me : but it was looping... And blocking my interface...

So I have override my renderer instead of call setSeriesPaint(int, Paint) on the renderer.
It works fine.
by hhenrion
Tue Apr 29, 2008 4:00 pm
Forum: JFreeChart
Topic: DIfference with chart and Legend colors
Replies: 3
Views: 3946

I have the same problem with a XYLineChart.
My legend has not the color that I have choosen for my series...

Does someone have a solution please?
by hhenrion
Tue Apr 15, 2008 8:05 am
Forum: JFreeChart
Topic: Order in Legend
Replies: 5
Views: 4663

Re oops...

Your solution is perfect :) I misread your answer. Sorry.
Thank you.

To return to my other topic : is it possible to include another text in the legend? Like a title?
by hhenrion
Tue Apr 15, 2008 7:45 am
Forum: JFreeChart
Topic: Order in Legend
Replies: 5
Views: 4663

:oops: I don't see what I want...
I see my chart, and the legend on his right.
And in the legend I see :
° : short term
° : medium term
° : ...
° : ...

(Instead of :
short term : °
medium term : °
... : °
... : °)

In any case, thanks for taking the time to answer me!
by hhenrion
Mon Apr 14, 2008 2:53 pm
Forum: JFreeChart
Topic: Order in Legend
Replies: 5
Views: 4663

Thank you for your answer but I think I was not clear enough...

I want for instance that the diamonds appear after the label corresponding in the legend caption. (Either this caption is on bottom or on Rigth, or anywhere else)
by hhenrion
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...
by hhenrion
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...
by hhenrion
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 ...
by hhenrion
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) ...