Axes can have Offsets (in pixels) for both Minimum and Maximum scales.

Example:
myChart.getAxes().getBottom().setMaximumOffset(4); myChart.getAxes().getBottom().setMinimumOffset(4);