borderWidth

Specifies the line thickness of the text border:

seriesSettings: {
    spline: {
        dataPointText: {
            enabled: true,            
            borderColor: "green",
            borderWidth: 5,
            borderRadius: 5
        }
    }
}

This setting is demonstrated in the following example.