0

I have seen this example of jfreechart to plot a moving graph using DynamicTimeSeriesCollection class. I need the same with custom X-Axis values. The values would be in the range of milliseconds, so I can't use Second class' constructor.

Please explain in a bit detail, I have just started with JFreeChart today

Community
  • 1
  • 1
Gagan93
  • 1,826
  • 2
  • 25
  • 38

1 Answers1

1

Use Millisecond in DynamicTimeSeriesCollection

GrahamA
  • 5,875
  • 29
  • 39
  • 1
    found the solution, exact solution is here http://stackoverflow.com/questions/6850326/jfreechart-dynamictimeseriescollection-with-a-period-of-n-milliseconds – Gagan93 Apr 10 '14 at 12:44