1

I tried to display value of a bar chart on top of each one using the code posted on how to display bar value on top of bar javafx, but when i update serie's values , the old value stays showing in the bar chart :( . can you help me :) . thanks in advance.

Community
  • 1
  • 1
hamdane
  • 23
  • 3

1 Answers1

0

Try setting the label to the series value.

ex. xAxis.setLabel(series1.toString());

Hopefully that helps

Nevets17
  • 109
  • 1
  • 9