I'm using MPAndroidChart library 2.0.7. How can I hide the border ? In the version 1.7.4, the method setDrawBorder(boolean) was available, it is not the case anymore :(
Thanks a lot !
Version 3.0.0 out now.
You can call
chart.setDrawBorders(boolean)
to enable / disable drawing the borderyaxis.setDrawAxisLine(boolean)
to enable / disable the lines drawn alongside the y-axis, same goes for the x-axisIf you set everything to false, no more borders should be drawn.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With