How to implement the animation effect of BarChart?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
jgloving
Posts: 6
Joined: Wed Aug 13, 2008 9:36 pm

How to implement the animation effect of BarChart?

Post by jgloving » Fri Aug 15, 2008 5:48 pm

I have a value List. Now I'd like to draw the Bar Chart using JFreeChart. I hope to display one value at each time on the Bar Chart, and after for example 30ms, display the next value, continue... until the last value of the List. I hope to have an animation effect of different length of the Bar at each time.
I'd like to know how to implement this kind of animation effect? Thanks a lot for your help.

Locked