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


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

Overload List

Overload Description
FindMinValue(String,Int32)

Returns the first data point with a minimum value, and can be used in a loop to locate ALL data points in the collection with this minimum value. The search starts at the specified index.


Find first point with Min value from specified index.  
FindMinValue(String)

Returns the first data point in the collection that has an X or Y-value that is equal to the series' minimum value. The search always starts at the beginning of the collection.


Find first point with Min value from specified index.  
FindMinValue()

Returns the first data point in the collection that has a first Y-value that is equal to the series' minimum Y1 value. The search always starts at the beginning of the collection.


Find first point with Min 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.