I need to remove the text on top of the bar chart i created can you tell me how to achieve it. I am enclosing the output i got with the text circled that i want to remove. I am using achartengine to draw the chart.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To disable those numbers in AChartEngine find the line that ends in:
And remove it. (Or switch
truetofalse, but I think they aren’t shown by default.)This is a feature of the SimpleSeriesRenderer class,
setDisplayChartValues():