문제

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

도움이 되었습니까?

해결책

Use Millisecond in DynamicTimeSeriesCollection

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top