drawColor

Specifies the color of the point border when selected:

seriesSettings: {
    polarscatter: {
        enablePointSelection: true,
        pointMark: {
            activeSettings: {
                pointSelectedState: {
                    drawColor: "red"
                }
            }
        }
    }
}

This setting is demonstrated in the following example.