enablePointSelection

Enables selection of data points from the series:

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

This setting is demonstrated in the following example.