enabled

Specifies whether the text for each individual item of the data series is enabled (visible) or not.


seriesSettings: {
    rangebar: {
        dataPointText: {
            enabled: true,
        }
    }
}

This setting is demonstrated in the following example.