borderColor

Specifies the color of the box border, surrounding the text:

seriesSettings: {
    polarbar: {
        dataPointText: {
            enabled: true,
            borderColor: "red",
            borderWidth: 5,
            borderRadius: 5
        }
    }
}

This setting is demonstrated in the following example.