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


Adds a data point to a series. The Y-value(s) of the data point should be specified, and the position where the point is added is returned.

Overload List

Overload Description
AddY(Double)

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


Adds one data point with one Y value.  
AddY(Object[])

Adds a DataPoint object to the end of the collection, with the specified 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 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

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