borderColor

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

seriesSettings: {
    polarline: {
        dataPointText: {
            enabled: true,
            borderColor: "red",
            borderWidth: 3
        }
    }
}

This setting is demonstrated in the following example.