Search found 35 matches

by mimmorossi
Tue Jul 31, 2012 3:04 pm
Forum: JFreeChart
Topic: Problem Label Axis X: drawed out of graph
Replies: 2
Views: 3892

Problem Label Axis X: drawed out of graph

Hi,
i have this problem:
Image

How can i solve it?
Thanks in advance
by mimmorossi
Thu Jun 14, 2012 1:07 pm
Forum: JFreeChart
Topic: Dual Axis problem tooltip
Replies: 3
Views: 3311

Re: Dual Axis problem tooltip

Hi,
matinh wrote: Does it work if you remove the area from the chart? If yes, the problem is just the order.
yes the tooltip only on line work
matinh wrote: Do you need tooltips for the line and the area or just the line?
yes I need both tooltips.

Thanks
by mimmorossi
Thu Jun 14, 2012 11:53 am
Forum: JFreeChart
Topic: Dual Axis problem tooltip
Replies: 3
Views: 3311

Dual Axis problem tooltip

Hi all,
i have this graph
Image
my problem is that when i move mouse on the point of line axis, the tooltip showed is that of the Area Axis.
There is a way to print forward the line axis?
thanks in advance
by mimmorossi
Thu Jun 07, 2012 3:44 pm
Forum: JFreeChart
Topic: Meter Chart
Replies: 0
Views: 2162

Meter Chart

Hi All,
there is a possibility to write the tick labels outside the meter plot?
Thanks in advance
by mimmorossi
Thu Jun 07, 2012 9:07 am
Forum: JFreeChart
Topic: Ring Plot
Replies: 1
Views: 2129

Re: Ring Plot [SOLVED]

Hi, i solved in this way: in the function drawItem in class RingPlot, after Arc2D.Double arc = new Arc2D.Double(arcBounds, angle1, angle,Arc2D.OPEN); i put this Arc2D.Double tmpArc = new Arc2D.Double(arcBounds, angle1, angle, Arc2D.PIE); drawValueLabel(g2,tmpArc,dataset); where drawVAlueLabel is pro...
by mimmorossi
Sat May 26, 2012 10:14 pm
Forum: JFreeChart
Topic: Ring Plot
Replies: 1
Views: 2129

Ring Plot

Hi All,
i have a ring plot,i would know if there is a possibility to write in the "hole" of the ring,for example,the total.
Thanks in advance.
by mimmorossi
Mon May 21, 2012 3:24 pm
Forum: JFreeChart
Topic: DualAxisDemo1
Replies: 4
Views: 3967

Re: DualAxisDemo1

Sorry, but i have already tried this methods before write in this forum, but with setBasePaint() and setBaseOutlinePaint() the color doesn't change and with setBaseStroke() and setBaseOutlineStroke() the line doesn't change but change a item poin. Thanks anyway, I'll try something in the forum, and ...
by mimmorossi
Mon May 21, 2012 2:24 pm
Forum: JFreeChart
Topic: Legend customization
Replies: 2
Views: 3432

Re: Legend customization

thanks a lot, i tried
by mimmorossi
Mon May 21, 2012 2:15 pm
Forum: JFreeChart
Topic: DualAxisDemo1
Replies: 4
Views: 3967

DualAxisDemo1 - Customization line chart

Hi, excuse me for the previous post, but i wrote quickly. I would customize a line chart in this example, such as style of the line (dashed, solid, ...), color and the size of this line (width of the line). I solved the style, but i would like to know if there is a way to change the color and width ...
by mimmorossi
Mon May 21, 2012 1:23 pm
Forum: JFreeChart
Topic: DualAxisDemo1
Replies: 4
Views: 3967

DualAxisDemo1

Hi All,
how can i change style, color and size of the line?
Thanks in advance
by mimmorossi
Fri May 11, 2012 9:12 am
Forum: JFreeChart
Topic: Exploded Section Pie 3d
Replies: 3
Views: 4060

Re: Exploded Section Pie 3d

It's better that i open a bug in a bugtracker?
by mimmorossi
Fri May 11, 2012 9:10 am
Forum: JFreeChart
Topic: Legend customization
Replies: 2
Views: 3432

Legend customization

Hi, i would customize a legend of a chart, (for example, in a pie chart, i would hide a section label and i would insert in a legend the percentage and put this legned on the left/right of a pie), so: 1) how can i change the legend position? 2) how can i change the single labels that make a lagend? ...
by mimmorossi
Thu Apr 26, 2012 11:41 pm
Forum: JFreeChart
Topic: Dial / Meter Chart
Replies: 1
Views: 2987

SOLVED: Dial / Meter Chart

I have solved, i write a class similar of a pie.
by mimmorossi
Thu Apr 26, 2012 11:02 pm
Forum: JFreeChart
Topic: Exploded Section Pie 3d
Replies: 3
Views: 4060

Exploded Section Pie 3d

There is nobody who can help me?
by mimmorossi
Fri Apr 13, 2012 4:23 pm
Forum: JFreeChart
Topic: Exploded Section Pie 3d
Replies: 3
Views: 4060

Exploded Section Pie 3d

Hi,
i have one graph with all section exploded, if i use pieplot it work fine, but if i use pieplot3d it doesn't work.
But i notice that the problem is present also if i exploded only one section in pieplot3d.
Someone can help me?
Thanks in advance