I am a newbie to using JFreechart, I wonder if it is possible to update an existing LineChart on the fly after it initially has been created, and how this then can be done. My application receives log data over RS232 at a certain frequency, and I want to update the plot with this new information at timer intervals, and also permit the user to scale and add offsets to the data which is then updated in close to realtime.
/Daniel