skip to main content
Charts > Getting started > Introducing JViews Charts > Basic concepts > Interactors
 
Interactors
Interactors let you associate one or several behaviors to a chart object.
The following ready-to-use interactors are available:
*A zoom interactor to zoom in and out within the displayed data.
*Two scroll interactors to scroll the displayed data with the arrow keys along a given axis.
*A pan interactor to scroll the displayed data with the mouse.
*A set of interactors to modify the properties of a local zoom axis transformer.
*Data interactors that allow the user to:
*Edit a data point
*Highlight or display information related to a data point
*Select data points
The interaction mechanism implemented in the JViews Charts library provides a notification process that interactors might use to notify listeners when interactions have been performed. This notification mechanism is used by most of the default interactors previously listed and hence allows you to easily add a custom behavior to the predefined interaction without the need to subclass.

Copyright © 2018, Rogue Wave Software, Inc. All Rights Reserved.