IZoomHistoryManager Interface Methods
For a list of all members of this type, see IZoomHistoryManager members.
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. |
See Also
