Version

GetIndexClosestToUnscaledValue Method (TimeAxisBase)

Gets the index of the data item with the value nearest the given value.
Syntax
'Declaration
 
Public Overridable Function GetIndexClosestToUnscaledValue( _
   ByVal unscaledValue As Double _
) As Integer
public virtual int GetIndexClosestToUnscaledValue( 
   double unscaledValue
)

Parameters

unscaledValue
The value to find a value close to.

Return Value

The index of the data item with the value nearest the given value.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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