Dundas Chart for ASP.NET
FindValue Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > DataPointCollection Class : FindValue Method


Finds the first data point in the collection that has a specified X or Y-value.

Overload List

Overload Description
FindValue(Double,String,Int32)

Returns the first data point with the specified X or Y-value, and starts the search at the specified index. Can be used in a loop to find all data points that have a specific value.


Find first point with Max value from specified index.  
FindValue(Double,String)

Returns the first data point in the collection with the specified X or Y-value.


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

Returns the first data point in the collection that has a specified 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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.