enabled

Specifies whether the data point selected state is active (defaults to true):

seriesSettings: {
    polarscatter: {
        enablePointSelection: true,
        pointMark: {
            activeSettings: {
                pointSelectedState: {
                    enabled: false
                }
            }
        }
    }
}

This setting is demonstrated in the following example.