Hey,
My graph goes into a wrong scale when I press Undo all Zoom/Pan option. Can anybody tell me what could be problem.
I am setting max x = 1500 but after some zoom in when I undo all Zoom/Pan it goes to a wrong scale level. Max X becomes too large.
Last edit: Muhammad Arshad Awan 2013-03-18
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would have to see your code for sure, but the likely problem is anytime you call the AxisChange(); function, it will change your max setting to fit the graph. If you want to force a particular max, you have to set it again after this function.
John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey,
My graph goes into a wrong scale when I press Undo all Zoom/Pan option. Can anybody tell me what could be problem.
I am setting max x = 1500 but after some zoom in when I undo all Zoom/Pan it goes to a wrong scale level. Max X becomes too large.
Last edit: Muhammad Arshad Awan 2013-03-18
I would have to see your code for sure, but the likely problem is anytime you call the AxisChange(); function, it will change your max setting to fit the graph. If you want to force a particular max, you have to set it again after this function.
John