Setting fixed timeaxis values

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
jesmith
Posts: 2
Joined: Thu Feb 24, 2011 10:09 pm
antibot: No, of course not.

Setting fixed timeaxis values

Post by jesmith » Thu Feb 24, 2011 10:18 pm

I am working on a graph to show traffic speeds over the course of a 24 hour period.

What I need to know how to do is set my timeaxis (x axis in this case) to always show all 24 hours, even if we don't yet have data for that period. It would always be a fixed period from 00:00:00 through 23:59:59 at night.

Like I stated in other post, my company won't buy the developer guide until we get a proof of concept working, and the API/JavaDoc doesn't really explain this.

Any help would be appreciated.

Locked