drawColor

Specifies the border color of the data series pointmarks:

seriesSettings: {
    polararea: {
        pointMark: {
            enabled: true,
            drawColor: 'red'
        }
    }
}

This setting is demonstrated in the following example.