borderColor

Specifies an explicit color for the border of each of the elements of the data series.


seriesSettings: {
    rangebar: {
        borderColor: 'red',
        borderWidth: 5,
    }
}

This setting is demonstrated in the following example.