DataPointCollection::FindMinByValue Method (String^, Int32)

.NET Framework (current version)
 

Finds the data point with the minimum value, starting from the specified index location.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
DataPoint^ FindMinByValue(
	String^ useValue,
	int startIndex
)

Parameters

useValue
Type: System::String^

The data point value to use (X, Y1, Y2...).

startIndex
Type: System::Int32

The index location of the data point to start searching from.

Return Value

Type: System.Windows.Forms.DataVisualization.Charting::DataPoint^

The DataPoint object with the minimum value.

.NET Framework
Available since 4.0
Return to top
Show: