'Declaration
Public Function IntersectWithYValue( _ ByVal y As System.Double _ ) As System.Collections.Generic.List(Of Double)
'Usage
Dim instance As NLineSeries Dim y As System.Double Dim value As System.Collections.Generic.List(Of Double) value = instance.IntersectWithYValue(y)
public System.Collections.Generic.List<double> IntersectWithYValue( System.double y )
Parameters
- y