.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Series Class : GetInterpolatedXValue Method
Specified Y value. This can be either a numeric or DateTime value.
GetInterpolatedXValue Method
Calculates the interpolated X value of this series given the Y value.
Syntax
'Declaration
 
Public Function GetInterpolatedXValue( _
   ByVal yValue As Object _
) As Object
'Usage
 
Dim instance As Series
Dim yValue As Object
Dim value As Object
 
value = instance.GetInterpolatedXValue(yValue)
public object GetInterpolatedXValue( 
   object yValue
)

Parameters

yValue
Specified Y value. This can be either a numeric or DateTime value.

Return Value

Returns either a numeric or DateTime value when the provided y value is within the series range. Returns null otherwise.
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