enabled

Specifies whether point selection effects are available (true by default):

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

This setting is demonstrated in the following example.