Nevron .NET Vision
Nevron.Chart Namespace / NNearestSeriesValueSnapper Class / NNearestSeriesValueSnapper Constructor / NNearestSeriesValueSnapper Constructor(NDataSeriesDouble,Boolean)


In This Topic
    NNearestSeriesValueSnapper Constructor(NDataSeriesDouble,Boolean)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal dataSeries As NDataSeriesDouble, _
       ByVal dataSeriesIsOrdered As System.Boolean _
    )
    'Usage
     
    
    Dim dataSeries As NDataSeriesDouble
    Dim dataSeriesIsOrdered As System.Boolean
     
    Dim instance As New NNearestSeriesValueSnapper(dataSeries, dataSeriesIsOrdered)
    public NNearestSeriesValueSnapper( 
       NDataSeriesDouble dataSeries,
       System.bool dataSeriesIsOrdered
    )

    Parameters

    dataSeries
    dataSeriesIsOrdered
    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