JFreeChart – Problem in creating moving chart

You’ll need to create your own SlidingXYDataset that implements XYDataset in a manner similar to how SlidingCategoryDataset implements CategoryDataset.

Addendum: As noted in a comment, a typical implementation can be found here.

Leave a Comment