Scroll to move through a dynamic chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
chulerias
Posts: 7
Joined: Mon Aug 28, 2006 3:19 pm

Scroll to move through a dynamic chart

Post by chulerias » Fri Sep 01, 2006 3:54 pm

Hi there!

I'm using a CombinedDomainXYPlot with Dynamic data and I've set the fixed auto range property of its domain axis to a few seconds, just to see the last part of the graph every moment, at the same time that I'm receiving new data.

However, I'd like to have the posibility of moving through the whole chart to check some events that I'm marking in the graph... so, the question is:

Can I use a Scroll or a Slider to navigate through the whole chart from the start point till the end point (which is changing every second)?

Cheers.

davidhoyt
Posts: 4
Joined: Mon Oct 09, 2006 4:44 pm

Post by davidhoyt » Mon Oct 09, 2006 4:45 pm

I'm looking for a similar solution. Any word?

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Tue Oct 10, 2006 9:27 am

There are some hints in this thread:

http://www.jfree.org/phpBB2/viewtopic.php?t=18917
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked