How to use user defined colors while creating a PIE chart?
Thanx
Customizing colors in pie chart
setPaint()
Get the plot of the Chart
then set the paint
plot.setPaint(int a, Paint b);
@param a- number of pie section
@param b- Color of the section
Nilesh
then set the paint
plot.setPaint(int a, Paint b);
@param a- number of pie section
@param b- Color of the section
Nilesh