I have dynamic chart for measuring CPU performance and I need my Java program to generate chart for a long period of time (for example: 24h). Problem is that as new data comes older ones disappear form chart. I don't want to lose that data. Can I somehow make x-axis fixed? Is there posibility to implement auto scroll on chart or to compress graph?
Thanks. :)