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...