drawWidth

Specifies the line thickness of the border of the data series points mark:


seriesSettings: {
    stepline: {
        pointMark:
            {
                drawWidth: 12
            }
    }
}

This setting is demonstrated in the following example.