ChartDirector 7.1 (C++ Edition)

ViewPortControlBase.isOnPlotArea


Usage

bool isOnPlotArea(double x, double y);

Description

Determines if a point is on the plot area.

Arguments

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

Return Value

True if the point is on the plot area, otherwise false.