ZoomHistoryManager Class Methods
For a list of all members of this type, see ZoomHistoryManager members.
Public Methods
| Name | Description | |
|---|---|---|
![]() | AttachSciChartSurface | Called when the SciChart.Charting.Visuals.SciChartSurface is attached to a ZoomHistoryManager. |
![]() | 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 ZoomHistoryManager. |
![]() | 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 AxisKey |
![]() | NotifyAxisIdChanged | Called when the SciChart.Charting.Visuals.Axes.IAxis has it's Id changed. |
![]() | 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. |
Protected Methods
| Name | Description | |
|---|---|---|
![]() | OnPropertyChanged | Called when [property changed]. |
![]() | OnRangeHistoryChanged | Raises the RangeHistoryChanged event |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also


