I have a line chart. How can I make the yAxis values to be multiple of 100 or 1000 or X?
So the chart displays £0, £400, £800, £1000 instead of what's on the screenshot.
I don't want to use the value formatter stringForValue and round the 398 to 400 as it's not correct. I want the lines to be on the 400, 800 etc.
Also when the chart has leftAxis.axisMinimum not equal 0 (eg. -100) how can I force the chart to display the first (lowest) line at 0 not at actual axisMinimum?
