I'd like to hide (or better, to not draw) the plot points upon the drawn line.
Here is a screenshot:
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!
By the looks of it, you are using v2.0.7, nonetheless use the below method.
lineDataSet.setDrawCircles(false);