I have created a XDDFScatterChart with series and data points and created data labels for some data series. I found that i can use standard labels consisting of x and y coordinates and series name. Now I want to set a custom text as a label for single elements of a series but i don't know how to do this. What i want is something like this:
dataLabel.setText("my text");
I found some methods around creating data labels but i can't figure out how to set a custom text to any data label.