Intersoft ClientUI Documentation
GetValueAtPosition Method (RangeAxis)



The plot area coordinate.
Returns the value range given a plot area coordinate.
Syntax
Protected MustOverride Function GetValueAtPosition( _
   ByVal value As UnitValue _
) As IComparable
Dim instance As RangeAxis
Dim value As UnitValue
Dim value As IComparable
 
value = instance.GetValueAtPosition(value)
protected abstract IComparable GetValueAtPosition( 
   UnitValue value
)
protected:
abstract IComparable^ GetValueAtPosition( 
   UnitValue value
) 

Parameters

value
The plot area coordinate.

Return Value

A range of values at that 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

RangeAxis Class
RangeAxis Members

Send Feedback