Properties  Methods  Events

IZoomHistoryManager Interface Members

The following tables list the members exposed by IZoomHistoryManager.

Public Properties
 NameDescription
 PropertyGets or Sets duration which will be used in Undo Redo methods to perform animation  
 Property Gets or Sets depth of the history  
 PropertyGets or sets the mouse wheel throttle in ms. That is, the time between successive storing of the ranges in IZoomHistoryManager  
 PropertyGets the ParentSurface that this IZoomHistoryManager is associated with  
 PropertyPerforms the selection of the axes ranges used before the Undo operation.  
 Property Performs the selection of the previously used range for all axes.  
Top
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
Public Events
 NameDescription
 Event Raised when the RangeHistoryStack is changed  
Top
See Also