Version

AxisTool Class Members

The following tables list the members exposed by AxisTool.

Public Constructors
 NameDescription
Public ConstructorAxisTool ConstructorInitializes a new instance of the AxisTool 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 MethodCanStartOverridden. Determines whether this tool can start.  
Public MethodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
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 MethodKeyDownCalled when a key is down. (Inherited from Infragistics.Win.UltraWinChart.InteractionTool)
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)
Protected Methods
 NameDescription
Protected MethodFinalizeReleases unmanaged resources and performs other cleanup operations before the AxisTool is reclaimed by garbage collection.  
See Also