I would like to be able to drag the plot area to be able to move the x-axis across.
Is this possible?
I would like to be able to drag the plot area to be able to move the x-axis across.
Is this possible?
It certainly is. Check out this Java Web Start demo. The XYPlot (for example) supports the Pannable
interface.