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


Adds a data point to a series. The X and Y-values of the data point must be specified, and the position where the point is added is returned.

Overload List

Overload Description
AddXY(Double,Double)

Adds a DataPoint object to the end of the collection, with the specified X-value and Y-value.


Adds one data point with X value and one Y value.  
AddXY(Object,Object[])

Adds a DataPoint object to the end of the collection, with the specified X-value and Y-value(s).


The Y-value(s) of the DataPoint object added to the collection (one or more comma-separated values).


The Y-value(s) of the DataPoint object added to the collection (one or more comma-separated values).


Adds one data point with X value and one or more Y values.  

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.