borderWidth

Specifies the line thickness for the border of each individual text item of the data series.

seriesSettings: {
    rangearea: {
        dataPointText: {
            enabled: true,
            borderColor: 'red',
            borderWidth: 3,
        }
    }
}

This setting is demonstrated in the following example.