ChartDirector 7.1 (C++ Edition)

ViewPortControlBase.handleMouseUp


Usage

void void handleMouseUp(double x, double y);

Description

Handles the mouse up.

Arguments

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

Return Value

None