drawRadius

Specifies the size of the point mark when selected:


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

This setting is demonstrated in the following example.