Version

InteractionTool Class Members

The following tables list the members exposed by InteractionTool.

Public Properties
 NameDescription
Public PropertyChartCoreGets the chart core.  
Public PropertyLastInputGets the last input.  
Public PropertySceneGraphGets the scene graph.  
Public PropertyUltraChartGets or sets the chart view.  
Public Methods
 NameDescription
Public MethodCanStartDetermines whether this tool can start.  
Public MethodHitTestRetrieves the primitive that is at the specified point.  
Public MethodInvalidateViewInvalidates the view.  
Public MethodKeyDownCalled when a key is down.  
Public MethodMouseDownCalled when this tool is started and a mouse button is pressed.  
Public MethodMouseMoveCalled when this tool is started and the mouse is moved.  
Public MethodMouseUpCalled when this tool is started and a mouse button is released.  
Public MethodMouseWheelCalled when the mouse wheel moves while this tool is started.  
Public MethodStartCalled when this tool starts.  
Public MethodStopCalled when this tool stops.  
Public MethodStopToolStops the tool.  
See Also