I’m using the achartengine in my android application, so i don’t know how to show the gridlines for the y axis in the bar-chart. Does anyone know how to do with that?
Bar chart grid lines for y axis image
Thanks for any helps
Clark
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.
You can enable all grid lines to be displayed by calling:
or you can enable them separately:
However, please note that grid lines are rendered along the chart labels.