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
TranslatingXYDataset presently implements XYDataset; instead, you'll need to implement IntervalXYDataset, as required by JFreeChart.createXYBarChart.
TranslatingXYDataset
XYDataset
JFreeChart.createXYBarChart