borderWidth

Specifies the line thickness of the border of each individual bar on the plot area:

seriesSettings: {
    bar: {
        borderColor: "red",
        borderWidth: 5,
        borderRadius: 5
    }
}

This setting is demonstrated in the following example.