style

Enables setting additional CSS properties for the text to be set.

seriesSettings: {
    rangearea: {
        dataPointText: {
            enabled: true,
            style: {
                color: 'pink',
                fontWeight: 'bold'
            }
        }
    }
}

This setting is demonstrated in the following example.