IZoomHistoryManager Interface Methods

For a list of all members of this type, see IZoomHistoryManager members.

Public Methods
 NameDescription
 MethodCalled when the SciChart.Charting.Visuals.SciChartSurface is attached to a IZoomHistoryManager.  
 MethodOverloaded. Reports the value indicating wether it is possible to perform the Redo operation.  
 MethodOverloaded. Reports the value indicating wether it is possible to perform the Undo operation.  
 MethodOverloaded.  Clears all histories  
 MethodCalled when the SciChart.Charting.Visuals.SciChartSurface is detached from a IZoomHistoryManager.  
 MethodOverloaded. Returns the current (latest) range for all Axis keyed by AxisKey  
 MethodOverloaded. Returns the full range history for all Axis keyed by SciChart.Charting.Visuals.Axes.AxisCore.Id  
 MethodUSED INTERNALLY IN SCICHART Pushes newRange into history collection for appropriate axisKey  
 MethodPushes latest range saved by SaveLatestRange method  
 MethodOverloaded. Performs the selection of the axes ranges used before the Undo operation.  
 MethodSaves the latest range into history collection for appropriate axisKey  
 Method USED INTERNALLY IN SCICHART  
 MethodOverloaded.  Performs the selection of the previously used range for all axes.  
Top
See Also