|
Contains
Checks if the point is inside the control area of the chart.
bool Contains(
|
Parameters
x
[in] X coordinate.
y
[in] Y coordinate.
Return Value
true - the point is inside the area (including borders), otherwise - false.
Contains
Checks if the specified control is inside the control area of the chart.
bool Contains(
|
Parameters
control
[in] Object pointer.
Return Value
true - the specified control is inside the area (including borders), otherwise - false.