padding

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


seriesSettings: {
    rangebar: {
        dataPointText: {
            enabled: true,
            borderColor: 'red',
            borderWidth: 3,
            borderRadius: 5,
            padding:12
        }
    }
}

This setting is demonstrated in the following example.