Skip to content Skip to sidebar Skip to footer

{williamchart} How To Update The Chartview's Maximum Value For Y-axis?

At the moment I am developing an app that shows the user some ChartViews to visualize stored values. If the user clicks a button the DataSet gets dismissed and a new DataSet will b

Solution 1:

Okay, I figured it out:

You have to use

chartView.setAxisBorderValues(newMin, newMax, step);

to achieve what I described above.

I actually went through the commands several times, but didn't find it until 2 minutes ago. Blind ... :)

Post a Comment for "{williamchart} How To Update The Chartview's Maximum Value For Y-axis?"