Version

DefaultTool Class Members

The following tables list the members exposed by DefaultTool.

Public Constructors
 NameDescription
Public ConstructorDefaultTool ConstructorInitializes a new instance of the DefaultTool class.  
Public Properties
 NameDescription
Public PropertyChartCoreGets the chart core. (Inherited from Infragistics.Win.UltraWinChart.InteractionTool)
Public PropertyLastInputGets the last input. (Inherited from Infragistics.Win.UltraWinChart.InteractionTool)
Public PropertySceneGraphGets the scene graph. (Inherited from Infragistics.Win.UltraWinChart.InteractionTool)
Public PropertyUltraChartGets or sets the chart view. (Inherited from Infragistics.Win.UltraWinChart.InteractionTool)
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