Finds the index of the minimum value contained in the data series.
'Declaration
Public Function FindMinValue() As Integer
'Usage
Dim instance As DataSeries
Dim value As Integer
value = instance.FindMinValue()
public int FindMinValue()
Return Value
index of the min value within the data series. -1 if data series is empty.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2