drawRadius

Specifies the size of the point mark when selected:

seriesSettings: {
    polararea: {
        enablePointSelection: true,
        pointMark: {
            enabled: true,
            activeSettings: {
                pointSelectedState: {                    
                    drawRadius: 7
                }
            }
        }
    }
}   

This setting is demonstrated in the following example.