color

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

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

This setting is demonstrated in the following example.