ChartDirector 7.0 (Java Edition)
ChartViewer.isMouseDragging
Usage
public boolean isMouseDragging()
Description
Checks if the mouse is dragging on the plot area.
A mouse is considered to be dragging on the plot area if the mouse is on the plot area when the mouse button is down, and the mouse button still has not been released.
Arguments
None
Return Value
True if the mouse is dragging on the plot area, otherwise false.
© 2021 Advanced Software Engineering Limited. All rights reserved.