IChartModifier Interface Methods

For a list of all members of this type, see IChartModifier 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)
 MethodGets the YAxis SciChart.Charting.Visuals.Axes.IAxis instance on the parent SciChart.Charting.Visuals.SciChartSurface with the specified Id  
 Method Gets whether the mouse point is within the bounds of the hit-testable element. Assumes the mouse-point has not been translated yet (performs translation)  
 Method Called when the AnnotationCollection changes  
 Method Called when the Chart Modifier is attached to the Chart Surface (Inherited from SciChart.Charting.ChartModifiers.IChartModifierBase)
 Method Called immediately before the Chart Modifier is detached from the Chart Surface (Inherited from SciChart.Charting.ChartModifiers.IChartModifierBase)
 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)
 MethodCalled with the SciChart.Charting.Visuals.SciChartSurface.XAxes SciChart.Charting.Model.AxisCollection changes  
 MethodCalled with the SciChart.Charting.Visuals.SciChartSurface.XAxes SciChart.Charting.Model.AxisCollection changes  
 Method Instantly stops any inertia that can be associated with this modifier.  
 Method Sets a keyboard focus on a parent root element of the mouse target. (Inherited from SciChart.Core.Utility.Mouse.IReceiveMouseEvents)
Top
See Also