enablePointSelection

Enables selection of data points from the series:

seriesSettings: {
    polararea: {
        pointMark: {
            enabled: true
        },
        enablePointSelection: true                     
    }
}

This setting is demonstrated in the following example.