Returns the enumerated value indicating the topmost displayed region at the specified coordinates.

Namespace:  C1.Web.C1WebChart
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
public ChartRegionEnum ChartRegionFromCoord(
	int x,
	int y
)
Visual Basic
Public Function ChartRegionFromCoord ( _
	x As Integer, _
	y As Integer _
) As ChartRegionEnum

Parameters

x
Type: System..::..Int32
Client X coordinate.
y
Type: System..::..Int32
Client Y coordinate.

Return Value

The enumerated value indicating the topmost displayed region at the specified coordinates.

See Also