refresh value of a Label on Bar Chart javafx -
i tried display value of bar chart on top of each 1 using code posted on how display bar value on top of bar javafx, when update serie's values , old value stays showing in bar chart :( . can me :) . in advance.
try setting label series value.
ex. xaxis.setlabel(series1.tostring());
hopefully helps
Comments
Post a Comment