I’m relatively new to Java, and I’m looking for advise programming an interactive line-graph that maintains a fixed x-axis length (36 periods), and allows graph lines to move forward and back depending on a users position in a simulations time frame.
Although I’m open to any solution, I’ve been experimenting with JFreeChart components. I’m having difficulty getting the plots to move forward and backward, and fixing their x-axis.