I am working on an android application in which i am using AChartEngine as Charting Library. It provides Stacked Bar Chart (Vertical Bars) in Demo and i want it to convert to Stacked 100 Bar Chart (Vertical Bars). How can it be achieved?
Share
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.
AChartEngine doesn’t provide a Stacked 100 bar charts feature out of the box.
However, you can push the data to it such as you get to the needed look. The idea is that the last series that you add will have to have all the values equal to the maximum value.