02-23-2016 04:02 AM
When I use the ResetZoomPan function, the Range of the Axes changes to 0-10 (probably the first value its get).
There is a way I can make the default change dynamically?
(In fact, I want every Range that is changing, not through the zoom, will be the last defualt.).
Solved! Go to Solution.
02-23-2016 01:51 PM
When your graph is in the state you want, you can temporarily set InteractionHistoryCount
to zero to clear the current history, and then restore the value (i.e. to the default of 200) to allow normal undo interaction.