Is it possible to choose the color for the sections on a pie chart..
Thanks
--bharat
Set the section color on a Pie chart
Re: Set the section color on a Pie chart
Yes. Construct an array of Paint objects and pass it to the Plot class via the setSeriesPaint(...) method. The plot will use each Paint in turn and cycle back to the start of the array if there are more sections in the plot than there are Paint objects in the array. The same applies to all the other plot types.
Regards,
DG.
Regards,
DG.