TimeSeries and TickPositions

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
its_vippy
Posts: 12
Joined: Thu Nov 18, 2004 9:55 am
Contact:

TimeSeries and TickPositions

Post by its_vippy » Thu Jan 06, 2005 7:43 am

I have a TimeSeries Graph which is constantly updated...
and @ any moment user can change the period of updation
which is fixed unless user change it
now what i want is to display domain axis ticks @ the point of updation only.

I set the setTickUnit equal to current periodical time(e.g. 30 Seconds)
but what it does is.. it displays ticks @ HH:MM:00 and HH:MM:30
while i want it to display ticks when first point is added and then @ after every periodical time unit...

How Can this be done...

Locked