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
With a vertical Linear gauge, initialization of setMaxMeasuredValueVisible(true) followed by setValue(myValue) yields a display with the correct bar height but the "max value" red triangle is at the bottom of the graph. In contrast, changing to setValueAnimated(myValue) drives the red triangle to the correct initial condition.
The text was updated successfully, but these errors were encountered:
With a vertical Linear gauge, initialization of setMaxMeasuredValueVisible(true) followed by setValue(myValue) yields a display with the correct bar height but the "max value" red triangle is at the bottom of the graph. In contrast, changing to setValueAnimated(myValue) drives the red triangle to the correct initial condition.
The text was updated successfully, but these errors were encountered: