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.
DateTickUnit and scrolling grid
Re: DateTickUnit and scrolling grid
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.
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.