Search found 4 matches

by malli108
Sat Jul 07, 2012 9:49 pm
Forum: JFreeChart - Stockmarket
Topic: update timeseries chart every 15 seconds
Replies: 0
Views: 9936

update timeseries chart every 15 seconds

Hi, i developed a timeseries chart using DynamicTimeSeriesCollection my code is final DynamicTimeSeriesCollection dataset = new DynamicTimeSeriesCollection(15, COUNT, new Second()); dataset.setTimeBase(new Second(seconds, minutes, hours, date, month, year)); dataset.addSeries(gaussianData(), 0, "Cur...
by malli108
Wed May 02, 2012 9:06 am
Forum: JFreeChart
Topic: line under the dynamic graph
Replies: 4
Views: 8455

Re: line under the dynamic graph

i am not getting any errors but the graph is showing as in picture above
by malli108
Mon Apr 30, 2012 6:04 am
Forum: JFreeChart
Topic: line under the dynamic graph
Replies: 4
Views: 8455

Re: line under the dynamic graph

here is my codei tried what u have suggested it din't work package charts; import java.awt.BasicStroke; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Container; import java.awt.FlowLayout; import java.awt.Paint; import java.awt.event.ActionEvent; import java.awt.event.ActionLi...
by malli108
Thu Apr 26, 2012 2:03 pm
Forum: JFreeChart
Topic: line under the dynamic graph
Replies: 4
Views: 8455

line under the dynamic graph

hi i am new to this forum. in my chart(DynamicTimeCollection) i am getting a line under as the data is progressing. i am attaching image please help me.
Image