ChartDirector 7.0 (Java Edition)

ChartViewer.isInMouseMoveEvent


Usage

public boolean isInMouseMoveEvent()

Description

Checks if the current code is executing in a TrackCursorListener.mouseMovedChart event or TrackCursorListener.mouseMovedPlotArea event handler.

Arguments

None

Return Value

True if the current code is executing in a TrackCursorListener.mouseMovedChart event or TrackCursorListener.mouseMovedPlotArea event handler, otherwise false.