Version

DefaultTool Class Methods

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

Public Methods
 NameDescription
Public MethodCanStartDetermines whether this tool can start. (Inherited from Infragistics.Win.UltraWinChart.InteractionTool)
Public MethodHitTestRetrieves the primitive that is at the specified point. (Inherited from Infragistics.Win.UltraWinChart.InteractionTool)
Public MethodInvalidateViewInvalidates the view. (Inherited from Infragistics.Win.UltraWinChart.InteractionTool)
Public MethodKeyDownOverridden. Called when a key is down.  
Public MethodMouseDownOverridden. Called when this tool is started and a mouse button is pressed.  
Public MethodMouseMoveOverridden. Called when this tool is started and the mouse is moved.  
Public MethodMouseUpOverridden. Called when this tool is started and a mouse button is released.  
Public MethodMouseWheelOverridden. Called when the mouse wheel moves while this tool is started.  
Public MethodStartCalled when this tool starts. (Inherited from Infragistics.Win.UltraWinChart.InteractionTool)
Public MethodStopOverridden. Called when this tool stops.  
Public MethodStopToolStops the tool. (Inherited from Infragistics.Win.UltraWinChart.InteractionTool)
See Also