backgroundColor

Specifies the text background color:

seriesSettings: {
      splinearea: {
        dataPointText: {
            enabled: true,
            backgroundColor: "red"
        }
    }
}

This setting is demonstrated in the following example.