IChartModifierBase Interface Methods

For a list of all members of this type, see IChartModifierBase members.

Public Methods
 NameDescription
 Method Returns a value indicating whether mouse events should be propagated to the mouse target. (Inherited from SciChart.Core.Utility.Mouse.IReceiveMouseEvents)
 Method Called when the Chart Modifier is attached to the Chart Surface  
 Method Called immediately before the Chart Modifier is detached from the Chart Surface  
 MethodCalled when the MouseLeave event is fired for a Master of current SciChart.Core.Utility.Mouse.IReceiveMouseEvents.MouseEventGroup. (Inherited from SciChart.Core.Utility.Mouse.IReceiveMouseEvents)
 Method Called when a Mouse DoubleClick occurs. (Inherited from SciChart.Core.Utility.Mouse.IReceiveMouseEvents)
 MethodCalled when the KeyDown event is fired for the Master of the current SciChart.Core.Utility.Mouse.IReceiveMouseEvents.MouseEventGroup (Inherited from SciChart.Core.Utility.Mouse.IReceiveMouseEvents)
 MethodCalled when the KeyUp event is fired for the Master of the current SciChart.Core.Utility.Mouse.IReceiveMouseEvents.MouseEventGroup (Inherited from SciChart.Core.Utility.Mouse.IReceiveMouseEvents)
 Method Called when a Mouse Button is pressed. (Inherited from SciChart.Core.Utility.Mouse.IReceiveMouseEvents)
 Method Called when the Mouse is moved. (Inherited from SciChart.Core.Utility.Mouse.IReceiveMouseEvents)
 Method Called when a Mouse Button is released. (Inherited from SciChart.Core.Utility.Mouse.IReceiveMouseEvents)
 Method Called when the Mouse Wheel is scrolled. (Inherited from SciChart.Core.Utility.Mouse.IReceiveMouseEvents)
 Method Called when a Touch Down event is registered (Inherited from SciChart.Core.Utility.Mouse.IReceiveTouchEvents)
 Method Called when a manipulation is completed (Inherited from SciChart.Core.Utility.Mouse.IReceiveTouchEvents)
 Method Called when a touch manipulation delta occurs (Inherited from SciChart.Core.Utility.Mouse.IReceiveTouchEvents)
 Method Called when a manipulation ineritia is starting (Inherited from SciChart.Core.Utility.Mouse.IReceiveTouchEvents)
 Method Called when a manipulation is starting (Inherited from SciChart.Core.Utility.Mouse.IReceiveTouchEvents)
 Method Called when a manipulation is starting (Inherited from SciChart.Core.Utility.Mouse.IReceiveTouchEvents)
 Method Called after each touch position change during a manipulation. (Inherited from SciChart.Core.Utility.Mouse.IReceiveTouchEvents)
 Method Called when a Touch Up is complete. (Inherited from SciChart.Core.Utility.Mouse.IReceiveTouchEvents)
 Method Sets a keyboard focus on a parent root element of the mouse target. (Inherited from SciChart.Core.Utility.Mouse.IReceiveMouseEvents)
Top
See Also