gradiant color and different color for Label ?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
pcouas
Posts: 9
Joined: Wed Feb 14, 2007 7:10 pm

gradiant color and different color for Label ?

Post by pcouas » Wed Feb 28, 2007 8:59 am

Hi,

Could i have many background color label ?

I have just found an pieplot.setLabelBackgroundPaint(new GradientPaint(0.0F, 0.0F, Color.white, 1000F, 0.0F, Color.red));

For example i want that each label in PiechartDemo2 as same color like section ?
I search too an gradiant and 3d effect on theses labels too

Regards
Philippe

Locked