All Axes can now display a Minor Grid, that is, finer grid lines within the major grid lines. The MinorTickCount property controls the number of minor grid lines.

Example:
myChart.getAxes().getBottom().getMinorGrid().setVisible(true);
myChart.getAxes().getBottom().setMinorTickCount(3);