I've been trying to implement a Radar Chart using MPAndroidChart, and I'm just trying to make it look a little neater by skipping every other line. Documentation shows radarchart.setSkipWebLineCount(1) should do the trick, but the method doesn't seem to even be available. Has anybody else run into this problem and know how to fix it?
Please make sure you are using the latest version of the library.
This should be the issue since this was just recently released in v2.1.6 - you should then find the method you mentioned.