Intersoft ClientUI Documentation
GetValueAtPosition Method (IRangeAxis)



The position at which to retrieve the plot area coordinate.
The plot area coordinate of a value.
Syntax
Function GetValueAtPosition( _
   ByVal position As UnitValue _
) As IComparable
Dim instance As IRangeAxis
Dim position As UnitValue
Dim value As IComparable
 
value = instance.GetValueAtPosition(position)
IComparable GetValueAtPosition( 
   UnitValue position
)
IComparable^ GetValueAtPosition( 
   UnitValue position
) 

Parameters

position
The position at which to retrieve the plot area coordinate.

Return Value

The plot area coordinate.
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

Reference

IRangeAxis Interface
IRangeAxis Members

Send Feedback