Nevron .NET Vision
Nevron.Chart Namespace / NIndexedDataSeries Class / GetValueKey Method
the value to find


In This Topic
    GetValueKey Method
    In This Topic
    Returns the key of the first encountered value that matches the parameter.
    Syntax
    'Declaration
     
    
    Public Function GetValueKey( _
       ByVal value As System.Object _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NIndexedDataSeries
    Dim value As System.Object
    Dim value As System.Integer
     
    value = instance.GetValueKey(value)
    public System.int GetValueKey( 
       System.object value
    )

    Parameters

    value
    the value to find

    Return Value

    -1 if the value is not found in the data series.
    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