Progress bars don't need to be static either. They certainly cannot replace the Chart utility but you can do some decent graphics with them, even animated ones.
Here we draw a set of several Progress Bars moving from bottom to top, with the background image for the bar set to an image of the bar fully extended, which will be uncovered depending on the value of the bar. We are using the Bezier utility to make neighboring bars move in a more coordinated way than just assigning them random values. We calculate 4 random control points for the bars, no matter how many bars there are. The Bezier function will interpolate intermediate values for the bars. On completion of one animation, we set new control points at random, calculate the new values and get them moving again.