I want to show a grid with 250 vertical lines. I try to use this function: lineChart.getXAxis().setLabelCount(250); But it shows only 25 labels. Moreover I try to u
lineChart.getXAxis().setLabelCount(250);