borderColor

Specifies the color of the border, surrounding the text:

seriesSettings: {
    polarscatter: {
        dataPointText: {
            enabled: true,
            backgroundColor: "red",
            borderColor: "green",
            borderWidth: 4,
            borderRadius: 5
        }
    }
}

This setting is demonstrated in the following example.