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
Argument
Default
Description
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.
© 2023 Advanced Software Engineering Limited. All rights reserved.