enabled

Specifies whether the datapoint point mark is visible. Defults to true:

seriesSettings: {
    scatter: {
        pointMark: {
            enabled: false           
        }
    }
}

This setting is demonstrated in the following example.