enabled

Specifies whether data points text is enabled or not (false by default):

seriesSettings: {
    scatter: {
        dataPointText: {
            enabled: true
        }
    }
}

This setting is demonstrated in the following example.