Это мой график
I want to remove the Gridlines above Data points. I just want Gridline below the data points. Also I would like the dashed line effect.
Below is what I'm doing right now.
chart.getXAxis().setDrawGridLines(true);
chart.getXAxis().setGridLineWidth(0.5f);
chart.getXAxis().setGridColor(Color.WHITE);
chart.getXAxis().setDrawGridLinesBehindData(true);
I want like this
Что я хочу