IZoomHistoryManager Interface Members
The following tables list the members exposed by IZoomHistoryManager.
Public Properties
Name | Description | |
---|---|---|
AnimationDuration | Gets or Sets duration which will be used in Undo Redo methods to perform animation | |
HistoryDepth | Gets or Sets depth of the history | |
MouseWheelThrottle | Gets or sets the mouse wheel throttle in ms. That is, the time between successive storing of the ranges in IZoomHistoryManager | |
ParentSurface | Gets the ParentSurface that this IZoomHistoryManager is associated with | |
RedoCommand | Performs the selection of the axes ranges used before the Undo operation. | |
UndoCommand | Performs the selection of the previously used range for all axes. |
Public Methods
Name | Description | |
---|---|---|
AttachSciChartSurface | Called when the SciChart.Charting.Visuals.SciChartSurface is attached to a IZoomHistoryManager. | |
CanRedo | Overloaded. Reports the value indicating wether it is possible to perform the Redo operation. | |
CanUndo | Overloaded. Reports the value indicating wether it is possible to perform the Undo operation. | |
ClearHistory | Overloaded. Clears all histories | |
DetachSciChartSurface | Called when the SciChart.Charting.Visuals.SciChartSurface is detached from a IZoomHistoryManager. | |
GetCurrent | Overloaded. Returns the current (latest) range for all Axis keyed by AxisKey | |
GetHistory | Overloaded. Returns the full range history for all Axis keyed by SciChart.Charting.Visuals.Axes.AxisCore.Id | |
Push | USED INTERNALLY IN SCICHART Pushes newRange into history collection for appropriate axisKey | |
PushAll | Pushes latest range saved by SaveLatestRange method | |
Redo | Overloaded. Performs the selection of the axes ranges used before the Undo operation. | |
SaveLatestRange | Saves the latest range into history collection for appropriate axisKey | |
TryIncrementCounter | USED INTERNALLY IN SCICHART | |
Undo | Overloaded. Performs the selection of the previously used range for all axes. |
Public Events
Name | Description | |
---|---|---|
RangeHistoryChanged | Raised when the RangeHistoryStack is changed |
See Also