backgroundColor

Specifies the text background color:


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

This setting is demonstrated in the following example.