android - MPAndroidChart - How to set range values from BarChart at 2.0.9v? -


i´m using mpandroidchart 2.0.9 version. set labels on y-axis 0 100 , display range, can´t find chart.setyrange() method.

the range can customized via yaxis class.

here documentation: https://github.com/philjay/mpandroidchart/wiki/yaxis-%28ylabels%29

yaxis y = chart.getaxisleft(); y.setaxismaxvalue(100); y.setaxisminvalue(0); 

Comments

Popular posts from this blog

jquery - How do you format the date used in the popover widget title of FullCalendar? -

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -