borderRadius

Specifies the corners smoothing value for the border of each individual text item of the data series.


seriesSettings: {
    rangebar: {
        dataPointText: {
            enabled: true,
            borderColor: 'red',
            borderWidth: 3,
            borderRadius:5
        }
    }
}

This setting is demonstrated in the following example.