Hi

I have a qwtplot that takes a large data file and only plots some of the points (like every 100th point), I want to be able to zoom into an area on the plot and have the data be reloaded so that more points are loaded in the zoomed in region (like maybe every 10th point). I think I might be able to do this if i could get the x-axes values of the beginning and end of the zoomed in area. Does anyone know a way that I could output the x-axis info from the zoom into my code to replot? Does the zoom store that information anywhere?

Or does anyone have any other ideas on how I might do this?

Thanks!