MPAndroidChart for Swift - how to delete a grid?

How can i do this? I tried to find the method in Xcode, but I couldn’t - in the android documentation they have different names

+4
source share
1 answer
chartView.leftAxis.drawGridLinesEnabled = false chartView.rightAxis.drawGridLinesEnabled = false chartView.xAxis.drawGridLinesEnabled = false 
+10
source

All Articles