You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then I set the value to 70. gauge.setValue(70);
While value is being set with animation, I set it to 10 by a button click. gauge.setValue(10);
But value is not being set to 10 after animation. In the documantation it says that:
Sets the value of the Gauge to the given double. If animated == true this value will be the end value after the animation is finished.
I understand It should set the value just after animation ends. Is it right? How can achive setting value while animation is still progress?
The text was updated successfully, but these errors were encountered:
I could not make it work that setting the value of gauge while it is still animating.
I use following code to create the gauge:
Then I set the value to 70.
gauge.setValue(70);
While value is being set with animation, I set it to 10 by a button click.
gauge.setValue(10);
But value is not being set to 10 after animation. In the documantation it says that:
I understand It should set the value just after animation ends. Is it right? How can achive setting value while animation is still progress?
The text was updated successfully, but these errors were encountered: