backgroundColor

Specifies the text background color:

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

This setting is demonstrated in the following example.