RangeHistoryChanged Event (ZoomHistoryManager)
Raised when the RangeHistoryStack is changed
Syntax
public 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.

PropertyDescription
Gets the amount of disposed steps in ZoomHistoryManager  
Gets the new ranges for all SciChart.Charting.Visuals.Axes.IAxis.  
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