Returns an element of the specified layer to which the specified point belongs.

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

Syntax

C#
IElement GetElementAtLayer(
	Vector point,
	ChartLayer layer
)
Visual Basic (Declaration)
Function GetElementAtLayer ( _
	point As Vector, _
	layer As ChartLayer _
) As IElement
Visual C++
IElement^ GetElementAtLayer(
	Vector point, 
	ChartLayer layer
)

See Also