DataPoint Constructor
.NET Framework (current version)
Initializes a new instance of the DataPoint class.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Name | Description | |
|---|---|---|
![]() | DataPoint() | Initializes a new instance of the DataPoint class. |
![]() | DataPoint(Double, Double) | Initializes a new instance of the DataPoint class with the specified X and Y-value. |
![]() | DataPoint(Double, array<Double>^) | Initializes a new instance of the DataPoint class with the specified X-value and an array of Y-values. |
![]() | DataPoint(Double, String^) | Initializes a new instance of the DataPoint class with the specified X-value and Y-values. |
![]() | DataPoint(Series^) |
Show:
