| Visual Basic (Declaration) | |
|---|---|
| Public Overloads Function FindMaxValue( _ ByVal useValue As String, _ ByRef startFromIndex As Integer _ ) As DataPoint | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public DataPoint FindMaxValue( string useValue, ref int startFromIndex ) | |
Parameters
- useValue
- Which point value to use (X, Y1, Y2,...).
- startFromIndex
- Index of the point to start looking from. Returns index of found point or -1.
Return Value
Found point or null.Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
  
  
  
 