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)
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<DataPoint>An IEnumerable<T> interface that represents the enumerator of the matching data points.
.NET Framework
Available since 4.0
Available since 4.0
Show: