color

Specifies the text color of each individual text item of the data series

seriesSettings: {
    rangearea: {
        dataPointText: {
            enabled: true,
            color:'red'
        }
    }
}

This setting is demonstrated in the following example.