ChartDirector 7.0 (Java Edition)

TrackCursorAdapter


%class is an abstract class that provides a default implementation of the TrackCursorListener interface with empty methods. This class allows TrackCursorListener objects to be created conveniently, as only the methods for the events of interest need to be overridden.

MethodInheritedDescription
mouseMovedChart(Self)The system will call this method when the mouse moves over the chart.
mouseExitedChart(Self)The system will call this method when the mouse leaves the chart.
mouseMovedPlotArea(Self)The system will call this method when the mouse moves over the extended plot area.
mouseExitedPlotArea(Self)The system will call this method when the mouse leaves the extended plot area.