padding

Specifies the text offset to its surrounding border, given that the border is visible:

seriesSettings: {
    bar: {
        dataPointText: {
            enabled: true,
            padding: 12
        }
    }
}

This setting is demonstrated in the following example.