enabled

Specifies whether a point mark for the data series point is enabled (default to 'false'):

seriesSettings: {
    area: {
        pointMark: {
            enabled: true
        }
    }
}

This setting is demonstrated in the following example.