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(
	Point point
)
Visual Basic (Declaration)
Public Function GetElementAt ( _
	point As Point _
) As Element
Visual C++
public:
Element^ GetElementAt(
	Point point
)

Parameters

point
Type: System.Drawing..::.Point

See Also