Pie chart with dialpointer

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
jamessmith260996
Posts: 1
Joined: Mon Jan 22, 2018 6:52 pm
antibot: No, of course not.

Pie chart with dialpointer

Post by jamessmith260996 » Mon Jan 22, 2018 6:56 pm

Hello,
I just started to learn JFreeChart..
I need to create pie chart with dialpointer (needle) at each of the pie slice.

I have successfully created two chart, dial chart with multiple needle and pie chart, and try to combine them with this method: viewtopic.php?f=3&t=27883#p77685, but still no luck merging two plots.

Thanks for help.

John Matthews
Posts: 513
Joined: Wed Sep 12, 2007 3:18 pm

Re: Pie chart with dialpointer

Post by John Matthews » Mon Jan 22, 2018 7:55 pm

You might look at a MeterPlot with setMeterAngle(360), illustrated here.

Locked