borderWidth

Specifies the border line thickness when a slice is selected:


seriesSettings: {
    pie: {
        enablePointSelection:true,
        activeSettings: {
            pointSelectedState: {
                enabled: true,
                borderColor: 'red',
                borderWidth: 12
            }
        }
    }
}

This setting is demonstrated in the following example.