borderWidth

Specifies the thickness of the border of the series element being selected with the mouse.


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

This setting is demonstrated in the following example.