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).
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Name | Description | |
|---|---|---|
![]() | AddXY(Double, Double) | Adds a DataPoint object to the end of the collection, with the specified X-value and Y-value. |
![]() | AddXY(Object^, array<Object^>^) | Adds a DataPoint object to the end of the collection, with the specified X-value and Y-value(s). |
Show:
