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.
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.
You can use LimitLine
and call enableDashedLine()
to draw the vertical dashed line.