ChartDirector 7.1 (C++ Edition)

ViewPortControlBase.handleMouseDown


Usage

void void handleMouseDown(double x, double y);

Description

Handles the mouse down.

Arguments

ArgumentDefaultDescription
x(Mandatory)The x pixel coordinate of the mouse.
y(Mandatory)The y pixel coordinate of the mouse.

Return Value

None