backgroundColor

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

seriesSettings: {
      rangesplinearea: {
        dataPointText: {
            enabled: true,
            backgroundColor:'red'
        }
    }
}

This setting is demonstrated in the following example.