Search found 32 matches

by bluecameleon
Sun Feb 10, 2013 5:32 pm
Forum: JFreeChart
Topic: XYPlot.
Replies: 2
Views: 3470

Re: XYPlot.

So stupid I am. I was wrong somewhere else.
I Apologize.
by bluecameleon
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/
by bluecameleon
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 ?
by bluecameleon
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.
by bluecameleon
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 ?
by bluecameleon
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 ?
by bluecameleon
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 Image
by bluecameleon
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.
by bluecameleon
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.
by bluecameleon
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...
by bluecameleon
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
by bluecameleon
Sun Nov 04, 2007 7:42 am
Forum: JFreeChart
Topic: Pie2D and label position
Replies: 6
Views: 8076

Nobody has any idea ?
by bluecameleon
Thu Nov 01, 2007 7:08 pm
Forum: JFreeChart
Topic: Pie2D and label position
Replies: 6
Views: 8076

To give more details,

this is what I have :
Image

and this is what I would like :
Image
by bluecameleon
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
by bluecameleon
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...