borderColor

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

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

This setting is demonstrated in the following example.