DataPointCollection::FindAllByValue Method (Double)
.NET Framework (current version)
Finds all the data points that are equal to the specified value.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.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: