DataPoint Constructor (Double, String^)
.NET Framework (current version)
Initializes a new instance of the DataPoint class with the specified X-value and Y-values.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
Parameters
- xValue
-
Type:
System::Double
The X-value of the data point.
- yValues
-
Type:
System::String^
A comma-separated string of Y-values of the data point.
.NET Framework
Available since 4.0
Available since 4.0
Show: