A discussion forum for JFreeChart (a 2D chart library for the Java platform).
-
Stefan Hagström
Post
by Stefan Hagström » Wed May 15, 2002 12:12 pm
Hi, i really need to be able to display signals in an overlaid or at least in a combined chart. Could you give me som directions of whats needed to be done to achive this? Is it enogh to make CombinedDataset implement the SignalsDataset interface or is there more things that must be done?
Regards Stefan
Btw, thanks for making sucha a a great library!

-
David Gilbert
Post
by David Gilbert » Wed May 15, 2002 1:03 pm
Hi Stefan,
I've made some changes to the combined charts so that *any* XYPlot can be used in an overlaid chart, without having to do anything special with the datasets or axes. The code hasn't been released yet, as there are still some things I want to work on before releasing the next version of JFreeChart...but if you want to try it out, the latest code is all in CVS on SourceForge.
Regards,
DG.
-
Stefan Hagström
Post
by Stefan Hagström » Wed May 15, 2002 8:51 pm
Thanks! I tried it and it works perfectly!