enabled

Specifies whether data points text is enabled or not:

seriesSettings: {
    area: {
        dataPointText: {
            enabled: true,
            color: "red"
        }
    }
}

This setting is demonstrated in the following example.