.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : GetValueAtY Method
A string representing the coordinates of the image. For example: "100,230"
GetValueAtY Method
Returns the value of this Y axis at the specified x/y coordinates.
Syntax
'Declaration
 
Public Function GetValueAtY( _
   ByVal coordinates As String _
) As Object
'Usage
 
Dim instance As Axis
Dim coordinates As String
Dim value As Object
 
value = instance.GetValueAtY(coordinates)
public object GetValueAtY( 
   string coordinates
)

Parameters

coordinates
A string representing the coordinates of the image. For example: "100,230"

Return Value

An object representing the value of the axis at the given position.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also