DataPointCollection.FindByValue Method (Double, String)

.NET Framework (current version)
 

Finds the first data point that is equal to the specified value.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

member FindByValue : 
        valueToFind:float *
        useValue:string -> 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.Web.UI.DataVisualization.Charting.DataPoint

The DataPoint that matches the specified value, or null if there is no match.

.NET Framework
Available since 4.0
Return to top
Show: