Nevron .NET Vision
Nevron.Chart Namespace / NDataPoint Class / GetValueValid Method


In This Topic
    GetValueValid Method
    In This Topic
    Gets whether the specified value is value
    Syntax
    'Declaration
     
    
    Public Function GetValueValid( _
       ByVal dataPointValue As DataPointValue _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDataPoint
    Dim dataPointValue As DataPointValue
    Dim value As System.Boolean
     
    value = instance.GetValueValid(dataPointValue)
    public System.bool GetValueValid( 
       DataPointValue dataPointValue
    )

    Parameters

    dataPointValue
    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