Returns true if the specified client coordinate lies within the shape of the AlarmZone.

Remarks

AlarmZones may overlap, with one more AlarmZones on top of others. This method returns true as long as the coordinate is within the bounds of the AlarmZone, regardless of whether the AlarmZone is covered by another at the specified coordinate.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public bool IsInsideZone(
	int XCoord,
	int YCoord
)
Visual Basic
Public Function IsInsideZone ( _
	XCoord As Integer, _
	YCoord As Integer _
) As Boolean

Parameters

XCoord
Type: System..::..Int32
YCoord
Type: System..::..Int32

See Also