I'm using JFreeChart to display data recorded by a sensor several times per second. When I feed this data into a chart, it tries to display all the different time values on the x-Axis, which makes it look like this:
Is there a way to only display as much values on the x-Axis as there is space in the window?