Intersoft ClientUI Documentation
GetValueAtPosition Method (DateTimeAxis)



The position.
Returns the value range given a plot area coordinate.
Syntax
Protected Overrides Function GetValueAtPosition( _
   ByVal value As UnitValue _
) As IComparable
Dim instance As DateTimeAxis
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 position.

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

DateTimeAxis Class
DateTimeAxis Members

Send Feedback