JfreeChart: Scroll XYBarChart Horizontally - (chart translation and navigation)

后端 未结 3 1363
南方客
南方客 2021-01-06 14:22

I am trying to scroll my XYBarChart horizontally, I am following one of the JfreeChart\'s Demo \"TranslateDemo1.java\" in which the source code you can find here:

h

3条回答
  •  被撕碎了的回忆
    2021-01-06 14:36

    TranslatingXYDataset presently implements XYDataset; instead, you'll need to implement IntervalXYDataset, as required by JFreeChart.createXYBarChart.

提交回复
热议问题