Type of Interactor | Description |
Zoom interactor | Lets the user trigger a zoom-in or a zoom-out command by dragging a box within the data display area of a chart. This box indicates the area to be zoomed in or zoomed out. |
X-Scroll Interactor | Lets the user scroll through the displayed data along the x-axis. |
Y-Scroll Interactor | Lets the user scroll through the displayed data along the y-axis. |
Pan Interactor | Lets the user scroll through the displayed data by dragging the mouse in any direction. |
Action Interactor | Lets the user execute an action when a specific key is pressed. |
Local Pan Interactor | Lets the user scroll the zoomed data window by dragging the mouse in any direction.The interaction starts when the user clicks within the zoomed data window. |
Local Reshape Interactor | Lets the user reshape the zoomed data window by dragging the zoomed area bounds when the mouse moves over one of the zoomed data window bounds. |
Local Zoom Interactor | Lets the user change the zoom factor by dragging a box within the zoomed data window of the transformer. This box indicates the area to be zoomed in or zoomed out. |
Edit-Point Interactor | Lets the user modify a data point by dragging its graphical representation within the data display area. |
Highlight-Point Interactor | Triggers an interaction event whenever the mouse moves over a data point in the data display area. |
Information-View Interactor | Displays information about a data point whenever the user moves the mouse over the data point in the data display area. |
Pick-Data-Points Interactor | Triggers an event when the user selects data by clicking a projected point in the data display area. |