DataPointCollection::AddXY Method

.NET Framework (current version)
 

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

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

NameDescription
System_CAPS_pubmethodAddXY(Double, Double)

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

System_CAPS_pubmethodAddXY(Object^, array<Object^>^)

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

Return to top
Show: