简体   繁体   English

具有自定义x轴值的动态JFreeChart

[英]Dynamic JFreeChart with custom x-axis values

I have seen this example of jfreechart to plot a moving graph using DynamicTimeSeriesCollection class. 我已经看到了jfreechart的这个示例, 示例使用DynamicTimeSeriesCollection类绘制运动图形。 I need the same with custom X-Axis values. 我需要使用自定义X轴值。 The values would be in the range of milliseconds, so I can't use Second class' constructor. 该值将在毫秒范围内,因此我不能使用Second class的构造函数。

Please explain in a bit detail, I have just started with JFreeChart today 请详细解释一下,我今天才刚开始使用JFreeChart

DynamicTimeSeriesCollection使用Millisecond

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM