drawRadius

Specifies the size of the data series pointmarks:

seriesSettings: {
    polararea: {
        pointMark: {
            enabled: true,
            drawRadius: 7
        }
    }
}

This setting is demonstrated in the following example.