How to disable highlight line in MPAndroidChart?

KI-NAM BANG picture KI-NAM BANG · Feb 11, 2016 · Viewed 11.4k times · Source

MPAndroidChart - linechart

enter image description here

how to invisible touching line ?
please help.

Answer

Ting picture Ting · Oct 26, 2016

If still want to show marker, and hide those lines, try this. (MPAndroidChart v3.0.0)

dataSet.setDrawHorizontalHighlightIndicator(false); dataSet.setDrawVerticalHighlightIndicator(false);