ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart.Extended Namespace / FunctionSeries Class / ValidateValue Method


In This Topic
    ValidateValue Method
    In This Topic
    Perform validation of data value.
    Syntax
    'Declaration
     
    
    Protected Shared Function ValidateValue( _
       ByVal value As Double _
    ) As Double
    'Usage
     
    
    Dim value As Double
    Dim value As Double
     
    value = FunctionSeries.ValidateValue(value)
    protected static double ValidateValue( 
       double value
    )

    Parameters

    value
    See Also