setGridVisible(true, otherAxis);
setSubGridVisible(true, otherAxis);
setGridVisible(false, axis);
setSubGridVisible(false, axis);
JLAxis baseAxis = getChart().getAxis(axis);
baseAxis.setUserLabelInterval(1);
baseAxis.setLabelsFromUserInterval();
getChart().getAxis(axis).setAutoLabeling(false);
getChart().getAxis(otherAxis).setAutoLabeling(true);
}