Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hide point views from MPChart LineChart

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!

like image 263
andrea.rinaldi Avatar asked Apr 11 '15 13:04

andrea.rinaldi


1 Answers

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

lineDataSet.setDrawCircles(false);
like image 154
Vaibhav Singhal Avatar answered Nov 13 '22 16:11

Vaibhav Singhal