Vertical Autoresize to min/max on changing horizontal zoom
Posted: Tue Feb 22, 2011 9:49 pm
Hello
I'm very thankful for the last response and solution, but now I have another question:
is it possible to do something like a vertical autoresize to min and max values when I change the zoom? I change the zoom like this:
chart.getAxes().getBottom().setMinimum(valuemin);
chart.getAxes().getBottom().setMaximum(valuemax);
or else, how can I know the points between this horizontal values? with that I could use the same instructions to resize vertically
Thanks in advance !
I'm very thankful for the last response and solution, but now I have another question:
is it possible to do something like a vertical autoresize to min and max values when I change the zoom? I change the zoom like this:
chart.getAxes().getBottom().setMinimum(valuemin);
chart.getAxes().getBottom().setMaximum(valuemax);
or else, how can I know the points between this horizontal values? with that I could use the same instructions to resize vertically
Thanks in advance !