enabled

Specifies whether a mark for the data series point is visible (defaults to true):


seriesSettings: {
    stepline: {
        pointMark:
            {
                enabled:false
            }
    }
}

This setting is demonstrated in the following example.