borderColor

Sets the border color of the selected bars:

seriesSettings: {
    bar: {
        enablePointSelection: true,
        activeSettings: {            
            pointSelectedState: {                
                color: 'green',
                borderColor: 'green',
                borderWidth: 14,
                borderRadius: 5
            }
        }
    }
}

This setting is demonstrated in the following example.