drawColor

Specifies the border color of the data series points mark:


seriesSettings: {
    stepline: {
        pointMark:
            {
                drawColor: 'red'
            }
    }
}

This setting is demonstrated in the following example.