ChartDirector 7.1 (C++ Edition)

QChartViewer.isMouseDragging


Usage

bool 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.