Hide point views from MPChart LineChart

andrea.rinaldi picture andrea.rinaldi · Apr 11, 2015 · Viewed 8.5k times · Source

I'd like to hide (or better, to not draw) the plot points upon the drawn line.

Here is a screenshot: enter image description here

Have you got any suggestion on how to do it? I read the documentation but I found nothing useful for this.

Thanks in advance! Bye!

Answer

Vaibhav Singhal picture Vaibhav Singhal · Apr 11, 2015

By the looks of it, you are using v2.0.7, nonetheless use the below method.

lineDataSet.setDrawCircles(false);