drawWidth

Specifies the line thickness of the point mark border when selected:


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

This setting is demonstrated in the following example.