drawColor

Specifies the border color of the data series points:

seriesSettings: {
    polarscatter: {
        pointMark: {
            drawColor: "red"
        }
    }
}

This setting is demonstrated in the following example.