DataPointCollection.FindAllByValue Method (Double, String)
.NET Framework (current version)
Finds all the data points that are equal to the specified value.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Public Function FindAllByValue ( valueToFind As Double, useValue As String ) As IEnumerable(Of DataPoint)
Parameters
- valueToFind
-
Type:
System.Double
The data point value to find.
- useValue
-
Type:
System.String
The data point value to use (X, Y1, Y2...).
Return Value
Type: System.Collections.Generic.IEnumerable(Of DataPoint)An IEnumerable(Of T) interface that represents the enumerator of the matching data points.
.NET Framework
Available since 4.0
Available since 4.0
Show: