drawWidth

Specifies the line thickness of the point border when selected:

seriesSettings: {
    polarscatter: {
        enablePointSelection: true,
        pointMark: {
            activeSettings: {
                pointSelectedState: {
                    drawWidth: 7
                }
            }
        }
    }
}

This setting is demonstrated in the following example.