Java XChart points text labels

621 Views Asked by At

I am trying to add text labels to data points in xChart. But I have no any ideas how to add additional information.

Series sc = chrGraph.addSeries("Scale", z, y);

Here is the fragment of code of series data. z, y - arrays of double. I have a string array with point labels information.

0

There are 0 best solutions below