Search found 2 matches

by fjoseph
Tue Jun 20, 2006 9:22 am
Forum: JFreeChart
Topic: How to print a duration on Y-axis
Replies: 8
Views: 16080

It's ok !!

I have just overloaded the format method of my subclass.
And that work !!

It's a good tip !! 8)

Thanks !!
by fjoseph
Mon Jun 19, 2006 5:04 pm
Forum: JFreeChart
Topic: How to print a duration on Y-axis
Replies: 8
Views: 16080

How to print a duration on Y-axis

Hi, Currently, I'm using a Bar-Chart in witch I want to print a duration in the Y-axis. The duration is in seconds and I want to apply a pattern on it, like this : what I have -> what I want to be printed 235380 sec -> 65h 23min 3456 sec -> 57min 36sec ... Is there a DurationAxis like the DateAxis ?...