Search found 3 matches

by t3en4
Tue May 20, 2008 10:50 pm
Forum: JFreeChart
Topic: TimeSeriesChart Question!
Replies: 4
Views: 6966

i know that, but i need to somehow put my timestamp (specificly the time part: hh:mm:ss) on the timseries constructor, but, the first parameter is an regulartime period or something like that...

thx :D


:P
by t3en4
Tue May 20, 2008 2:37 pm
Forum: JFreeChart
Topic: TimeSeriesChart Question!
Replies: 4
Views: 6966

lol !!! thx... im glad u understand even w/my terrible english... i have other question... i get from my DB a timestamp (thats what i want to put on my X axis)... (i want that it shows like: 09:00:00 09:00:20 .... and so on)... how should i pass the parameter to the addorupdate? series.addOrUpdate( ...
by t3en4
Tue May 20, 2008 2:16 pm
Forum: JFreeChart
Topic: TimeSeriesChart Question!
Replies: 4
Views: 6966

TimeSeriesChart Question!

hi there... im trying to create a multiple data set TimeSeriesChart.... the thing is, i recolect data from a data base (datatime (TIMESTAMP) , value (DOUBLE)) ... but, i have values recolected that have same timestamps in my DB (wich is suposse to be like that...), something like this: +------------...