rotate a pie chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
mkleen
Posts: 6
Joined: Mon Oct 18, 2004 4:13 pm

rotate a pie chart

Post by mkleen » Fri Oct 29, 2004 3:33 pm

hello,

is it possible to rotate a pie chart ? so the pie plot has no axis, so i don't know how i can do that.

thank you for your time,

michael

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Fri Oct 29, 2004 5:20 pm

Use the setStartAngle() method in the PiePlot class.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked