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


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

Syntax

Visual Basic (Declaration) 
Public Function GetValueAtX( _
   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.GetValueAtX(coordinates)
C# 
public object GetValueAtX( 
   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.