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


In This Topic
    SetValueValid Method
    In This Topic
    Sets whether the specified value is valid
    Syntax
    'Declaration
     
    
    Public Sub SetValueValid( _
       ByVal dataPointValue As DataPointValue, _
       ByVal valid As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NDataPoint
    Dim dataPointValue As DataPointValue
    Dim valid As System.Boolean
     
    instance.SetValueValid(dataPointValue, valid)
    public void SetValueValid( 
       DataPointValue dataPointValue,
       System.bool valid
    )

    Parameters

    dataPointValue
    valid
    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