0

Label done with ValueFormatter. LineChart with:

chart.xAxis.setDrawGridLinesBehindData(false)

Makes a line to the whole Y Axis.

I need something like that. I think I've tried everything.

enter image description here

ouflak
  • 2,458
  • 10
  • 44
  • 49
Artem Winokurov
  • 182
  • 2
  • 12

1 Answers1

2

You can use LimitLine and call enableDashedLine() to draw the vertical dashed line.

ouflak
  • 2,458
  • 10
  • 44
  • 49