18

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!

andrea.rinaldi
  • 1,167
  • 1
  • 13
  • 33

1 Answers1

56

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

lineDataSet.setDrawCircles(false);
Mateen Ulhaq
  • 24,552
  • 19
  • 101
  • 135
Vaibhav Singhal
  • 888
  • 9
  • 13