ChartDirector 7.1 (C++ Edition)

ViewPortManager.inPlotArea


Usage

bool inPlotArea(double x, double y);

Description

Determines if a given point is within the plot area.

Arguments

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

Return Value

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