Nevron .NET Vision
Nevron.Chart Namespace / NLineSeries Class / IntersectWithXValue Method


In This Topic
    IntersectWithXValue Method (NLineSeries)
    In This Topic
    Returns the visible intersections of this line series with the specified x scale value
    Syntax
    'Declaration
     
    
    Public Function IntersectWithXValue( _
       ByVal x As System.Double _
    ) As System.Collections.Generic.List(Of Double)
    'Usage
     
    
    Dim instance As NLineSeries
    Dim x As System.Double
    Dim value As System.Collections.Generic.List(Of Double)
     
    value = instance.IntersectWithXValue(x)
    public System.Collections.Generic.List<double> IntersectWithXValue( 
       System.double x
    )

    Parameters

    x
    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