RangeHistoryChanged Event (IZoomHistoryManager)
Raised when the RangeHistoryStack is changed
Syntax
event EventHandler<HistoryChangedEventArgs> RangeHistoryChanged
Event Data
The event handler receives an argument of type HistoryChangedEventArgs containing data related to this event. The following HistoryChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
DisposedAmount | Gets the amount of disposed steps in ZoomHistoryManager |
NewRanges | Gets the new ranges for all SciChart.Charting.Visuals.Axes.IAxis. |
OldRanges | Gets the old ranges for all SciChart.Charting.Visuals.Axes.IAxis. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also