I am new to this forum and to JFreeChart, so hello to you all!
I am in need of creating a time-data plot. I was browsing the net for finished java graph solutions (to save time) and ended up finding JFreeChart, which looks like an excellent candidate to do the job.
What I am interested in (first of) is if it is even possible to do what I want to do with JFreeChart. I've been browsing the API and searching the forums and it seems like it could work, but I haven't found an identical solution. To easier explain what I want to do, I'll supply this image:
link removed
A few quick questions then:
1. Is it possible to format the x-axis in the following way:
17:04:45 .1 .2 .3 .4 .5 .6 .7 .8 .9 17:04:46 .1 .2 .3 etc, like show in the figure above.
Basically I want to show the time in seconds, then inbetween two consecutive seconds I want it to split it up in deci-seconds like shown above. The actual x-axis data will however be in milliseconds. If so, what classes do I need to look at in the API? Any hints on how I could go about getting it to show the x-axis like explained above? I just need some quick hints!
2. Is it possible to move the chart with the mouse, for example along the x-axis. Is the chart also zoomable? (edit: I found the zoomable interface, so I assume it is zoomable, is it movable with the mouse though?)
3. As I am beginner when it comes to JFreeChart, is there anything else I have to think about when creating a graph like this? I need about 6 different y-axises, all plotted versus the same time x-axis. Can that be done?
Appreciate any and all help.
Regards,
Tobias
