hello david,
thanks for the instant reply.it was really very helpful.
unfortunately,u did not get me the answer for the second question.
i'm trying to change the color of the bar of the vertical bar chart.
is there any method to do that.
thanks in advance.
regards
satish
change of the color of the bar(vertical bar chart)
Re: change of the color of the bar(vertical bar chart)
The bar colors are controlled using these methods in the Plot class:
public void setSeriesPaint(int index, Paint paint);
public void setSeriesPaint(Paint[] paint)
Regards,
DG.
public void setSeriesPaint(int index, Paint paint);
public void setSeriesPaint(Paint[] paint)
Regards,
DG.