Dynamic graphing using Jfreechart
Posted
by Albinoswordfish
on Stack Overflow
See other posts from Stack Overflow
or by Albinoswordfish
Published on 2010-04-05T18:59:19Z
Indexed on
2010/04/05
19:23 UTC
Read the original article
Hit count: 374
java
|jfreechart
Right now I'm using JFreeChart in order to create a dynamic chart. However the chart is significantly slowing down my GUI. I was just wondering, is jfreechart generally heavy in the graphics department (my computer is not fast at all). Or is there a way to configure the ChartPanel to better optimize dynamic charting.
© Stack Overflow or respective owner