Skip to main content

Swing high-performance charting library



I'm currently looking for a Swing component that will allow me to draw about 5000 points per sequence for at least 3 sequences with an update frequency greater or equal to 100 Hz (and preferably pretty looks).





A clean API is definitely a plus and another plus is the possibility of having two (or more) vertical axes.





The targets are java 6 and 7. Solutions which are not 100% java should support at least Windows 7 and Mac OS X Lion. Commercial and F/OSS solutions equally welcome.





Thanks in advance


Comments

  1. JFreeChart can accommodate model updates at this frequency, but I'd update the view at a lower rate. Five thousand points pushes screen resolution, so a paged approach may be warranted. Support for multiple series is a standard feature.

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?