Intersoft ClientUI Documentation
GetValueAtPosition Method (LinearAxis)



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

Parameters

value
The plot area position.

Return Value

The value 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

LinearAxis Class
LinearAxis Members

Send Feedback