How to repaint a XYPlot from JFreeChart? (JAVA)

Posted by mccrank on Stack Overflow See other posts from Stack Overflow or by mccrank
Published on 2010-04-14T11:09:45Z Indexed on 2010/04/14 11:13 UTC
Read the original article Hit count: 297

Filed under:
|
|
 Hi,

 I'm doing a GUI that has a XYPlot (from the JFreeChart package) and when I click a button I'm trying to add some values. I add them correctly to the XYSeries that are inside the XYPlot, but the GUI doesn't change. It only changes when y maximize or minimize. Is there some kind of repaint to do this? I have been looking for it and I have found nothing.

© Stack Overflow or respective owner

Related posts about java

Related posts about jfreechart