Pie3D label colors

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
KKR

Pie3D label colors

Post by KKR » Tue Oct 15, 2002 10:19 am

how can I set the text color of the labels sorrunding the pie chart?

BTW: I try this within the cewolf Postprocessor, but I already managed to get the Plot Object and set the background colors. Now I have black on black, realy nice :-)

Dave Gilbert

Re: Pie3D label colors

Post by Dave Gilbert » Thu Oct 17, 2002 5:31 pm

Use the setSectionLabelPaint(...) method in the PiePlot class.

Regards,

DG.

Locked