ChartDirector 7.1 (.NET Edition)

WinChartViewer.IsMouseDragging


Declaration

[C#]public bool IsMouseDragging {get;};
[VB]Public ReadOnly Property IsMouseDragging As Boolean

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.