DataPointCollection.FindAllByValue Method (Double)
.NET Framework (current version)
Find 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.
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: