Returns a chart element placed at the specified point.

Namespace:  PerpetuumSoft.Charts.Windows.Forms
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public Element GetElementAt(
	int x,
	int y
)
Visual Basic (Declaration)
Public Function GetElementAt ( _
	x As Integer, _
	y As Integer _
) As Element
Visual C++
public:
Element^ GetElementAt(
	int x, 
	int y
)

Parameters

x
Type: System..::.Int32
y
Type: System..::.Int32

See Also