Returns an element of the specified layer to which the specified point belongs.
    Namespace: 
   PerpetuumSoft.ChartsAssembly: 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 )  | 
Parameters
- point
 - Type: PerpetuumSoft.Framework.Drawing..::.Vector
 
- layer
 - Type: PerpetuumSoft.Charts..::.ChartLayer