A discussion forum for JFreeChart (a 2D chart library for the Java platform).
-
anto
- Posts: 2
- Joined: Sat Dec 17, 2005 12:03 am
Post
by anto » Sat Dec 17, 2005 12:07 am
I make a JFree graph with values on X-Axis which are represented as hours (like 14:33) and i want only write the complete hours (like 14:00 , 15:00)...
how could i do???
thks
-
dhchou
- Posts: 138
- Joined: Tue Jul 05, 2005 11:01 pm
Post
by dhchou » Mon Dec 19, 2005 9:07 pm
You can use DateAxis or PeriodAxis.
Daniel