offset

The space between the title and the axis:

axisX: {
    title: {
        text: "Axis X Text",
        offset: 15
    }
}

This setting is demonstrated in the following example.