Version

Rotate3DTool Class Members

The following tables list the members exposed by Rotate3DTool.

Public Constructors
 NameDescription
Public ConstructorRotate3DTool ConstructorInitializes a new instance of the Rotate3DTool 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 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 MethodMouseDownCalled when this tool is started and a mouse button is pressed. (Inherited from Infragistics.Win.UltraWinChart.InteractionTool)
Public MethodMouseMoveOverridden. Called when this tool is started and the mouse is moved.  
Public MethodMouseUpCalled when this tool is started and a mouse button is released. (Inherited from Infragistics.Win.UltraWinChart.InteractionTool)
Public MethodMouseWheelCalled when the mouse wheel moves while this tool is started. (Inherited from Infragistics.Win.UltraWinChart.InteractionTool)
Public MethodStartOverridden. Called when this tool starts.  
Public MethodStopCalled when this tool stops. (Inherited from Infragistics.Win.UltraWinChart.InteractionTool)
Public MethodStopToolStops the tool. (Inherited from Infragistics.Win.UltraWinChart.InteractionTool)
See Also