Is it possible to show a timeperiod in one of the axis?
Like 00:02:15 instead of 135s
tia,
magne
Time in Axis
Re: Time in Axis
The HorizontalDateAxis class will display times. The x-values in your dataset need to be the number of milliseconds since 1-Jan-1970, as used by java.util.Date.
Regards,
DG.
Regards,
DG.