The following tables list the members exposed by InteractionTool.
Name | Description | |
---|---|---|
![]() | ChartCore | Gets the chart core. |
![]() | LastInput | Gets the last input. |
![]() | SceneGraph | Gets the scene graph. |
![]() | UltraChart | Gets or sets the chart view. |
Name | Description | |
---|---|---|
![]() | CanStart | Determines whether this tool can start. |
![]() | HitTest | Retrieves the primitive that is at the specified point. |
![]() | InvalidateView | Invalidates the view. |
![]() | KeyDown | Called when a key is down. |
![]() | MouseDown | Called when this tool is started and a mouse button is pressed. |
![]() | MouseMove | Called when this tool is started and the mouse is moved. |
![]() | MouseUp | Called when this tool is started and a mouse button is released. |
![]() | MouseWheel | Called when the mouse wheel moves while this tool is started. |
![]() | Start | Called when this tool starts. |
![]() | Stop | Called when this tool stops. |
![]() | StopTool | Stops the tool. |