Dundas Chart for Windows Forms
FindMaxValue Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > DataPointCollection Class : FindMaxValue Method


Finds and returns a DataPoint object with the maximum X or Y-value.

Overload List

Overload Description
FindMaxValue(String,Int32) Returns the first data point with a maximum value, and can be used in a loop to locate ALL data points in the collection with this maximum value. The search starts at the specified index.  
Find first point with Max value from specified index.  
FindMaxValue(String)

Returns the first data point in the collection with the maximum specified value. The search always starts at the beginning of the collection.  


Find first point with Max value from specified index.  
FindMaxValue()

Returns the first data point in the collection with a maximum first Y-value. The search always starts at the beginning of the collection.


Find first point with Max value from specified index.  

Requirements

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

See Also

© 2009 All Rights Reserved.