dotnetCHARTING Send comments on this topic.
GetValueAtY Method
See Also 
dotnetCHARTING Namespace > Axis Class : GetValueAtY Method


coordinates
A string representing the coordinates of the image. For example: "100,230"
Returns the value of this Y axis at the specified x/y coordinates.

Syntax

Visual Basic (Declaration) 
Public Function GetValueAtY( _
   ByVal coordinates As String _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim coordinates As String
Dim value As Object
 
value = instance.GetValueAtY(coordinates)
C# 
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.

See Also

© 2010 All Rights Reserved.