DateTickUnit and scrolling grid

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
tony

DateTickUnit and scrolling grid

Post by tony » Mon Aug 26, 2002 8:29 pm

hi,
2 quesitons....

Is there a way to to keep the vertical grid lines stationary when the data in a TimeSeriesCollection is updated?


The DateTickUnit class seems to missing from com.jrefinery.chart package. The source file is not there either. Did I miss it somewhere?

thank you,
Ps, in general, this is a very nice API you've written.

David Gilbert

Re: DateTickUnit and scrolling grid

Post by David Gilbert » Tue Aug 27, 2002 5:59 pm

Hi Tony,

There's not a lot you can do to fix the vertical grid lines, except set a manual range on the axis.

The DateTickUnit class isn't used yet (it will be when the date axes are brought into line with the number axes), for now you can use the DateUnit class.

Regards,

DG.

Locked