borderColor

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

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

This setting is demonstrated in the following example.