borderRadius

Specifies each individual bar corner’s smoothness value:

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

This setting is demonstrated in the following example.