So stupid I am. I was wrong somewhere else.
I Apologize.
Search found 32 matches
- Sun Feb 10, 2013 5:32 pm
- Forum: JFreeChart
- Topic: XYPlot.
- Replies: 2
- Views: 3470
- Sun Feb 10, 2013 5:19 pm
- Forum: JFreeChart
- Topic: XYPlot.
- Replies: 2
- Views: 3470
Re: XYPlot.
I forgot to give an example of my result.
Here it is :
http://imageshack.us/photo/my-images/33 ... chart.png/
Here it is :
http://imageshack.us/photo/my-images/33 ... chart.png/
- Sun Feb 10, 2013 4:09 pm
- Forum: JFreeChart
- Topic: XYPlot.
- Replies: 2
- Views: 3470
XYPlot.
Hello all,
I have a problem when trying to change the font size of my labels in a StackedXYAreaChart
I use a :
XYPlot.getDomainAxis().setTickLabelFont( new Font("Arial", 1, 6) );
But seems to be without any effect.
Can you help me please ?
I have a problem when trying to change the font size of my labels in a StackedXYAreaChart
I use a :
XYPlot.getDomainAxis().setTickLabelFont( new Font("Arial", 1, 6) );
But seems to be without any effect.
Can you help me please ?
- Sat Feb 18, 2012 8:26 am
- Forum: JFreeChart
- Topic: How do I specify labels for each bar in a bar chart ?
- Replies: 1
- Views: 2351
Re: How do I specify labels for each bar in a bar chart ?
okay, don't worry, I got it.
- Sat Feb 18, 2012 8:01 am
- Forum: JFreeChart
- Topic: How do I specify labels for each bar in a bar chart ?
- Replies: 1
- Views: 2351
How do I specify labels for each bar in a bar chart ?
Hi,
In my barChart, I have n categories and p series of data.
My range axis is based on values associated to the dataset and I want, for each bar to display a specific complementary label instead of the category name.
How is it possible ?
In my barChart, I have n categories and p series of data.
My range axis is based on values associated to the dataset and I want, for each bar to display a specific complementary label instead of the category name.
How is it possible ?
- Thu Mar 26, 2009 9:28 am
- Forum: JFreeChart
- Topic: transparency
- Replies: 3
- Views: 3591
Re: transparency
Thanks for your message.
can you tell me if its possible to draw just one sector in a Pie3D chart ?
can you tell me if its possible to draw just one sector in a Pie3D chart ?
- Wed Mar 25, 2009 11:39 am
- Forum: JFreeChart
- Topic: transparency
- Replies: 3
- Views: 3591
Re: transparency
Just a precision.
If I set a sector to transparent in my 3D Pie chart, the result is not exactly the one expected.
Hve a look at
If I set a sector to transparent in my 3D Pie chart, the result is not exactly the one expected.
Hve a look at

- Wed Mar 25, 2009 11:21 am
- Forum: JFreeChart
- Topic: transparency
- Replies: 3
- Views: 3591
transparency
Hi,
jfreechart 0.9.21
java 1.4.01
How is it possible to set to transparent the color of one part of a Pie chart ?
I can do it for the background but not for a sector.
jfreechart 0.9.21
java 1.4.01
How is it possible to set to transparent the color of one part of a Pie chart ?
I can do it for the background but not for a sector.
- Wed Mar 25, 2009 10:53 am
- Forum: JFreeChart
- Topic: explodepercent
- Replies: 1
- Views: 1957
explodepercent
Can you tel me if the explodepercent is now available in the last release jfreechart1.0.12 ?
Thanks.
Thanks.
- Fri Nov 09, 2007 3:10 pm
- Forum: JFreeChart
- Topic: image vs colors to fill sections in PieChart
- Replies: 2
- Views: 3115
Thanks David for your answer. I can see in previous posts that the printing quality was not so good using patterns. I'll try to find another solution for this point. Another question is on special effets on rings. Can you have a look at the following example and tell me if it's possible to have this...
- Fri Nov 09, 2007 1:52 pm
- Forum: JFreeChart
- Topic: image vs colors to fill sections in PieChart
- Replies: 2
- Views: 3115
image vs colors to fill sections in PieChart
Is it possible to set specifics images to fill sections in a Pie2D Chart instead of setting colors ?
Thanks for your help
Thanks for your help
- Sun Nov 04, 2007 7:42 am
- Forum: JFreeChart
- Topic: Pie2D and label position
- Replies: 6
- Views: 8076
- Thu Nov 01, 2007 7:08 pm
- Forum: JFreeChart
- Topic: Pie2D and label position
- Replies: 6
- Views: 8076
- Thu Nov 01, 2007 7:36 am
- Forum: JFreeChart
- Topic: Pie2D and label position
- Replies: 6
- Views: 8076
Pie2D and label position
Hi,
How is it possible to get the labels on a Pie2D always close to the sections without any broken line going from the middle of e section to the label ?
Thanks for your help
How is it possible to get the labels on a Pie2D always close to the sections without any broken line going from the middle of e section to the label ?
Thanks for your help
- Wed Apr 25, 2007 6:54 pm
- Forum: JFreeChart
- Topic: mouse over on a Bar3D
- Replies: 1
- Views: 2402
mouse over on a Bar3D
Hi, Building a Bar3D Chart, I would like to display a specific popup when the user moves the mouse over a bar. The chart is build from a img html tag and returned by a servlet using JFreeChart. So the best way could be to have somethoing like an image map associated to the chart and calling a javasc...