DataPoint Constructor (Double, String)

.NET Framework (current version)
 

Initializes a new instance of the DataPoint class with the specified X-value and Y-values.

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

Public Sub New (
	xValue As Double,
	yValues As String
)

Parameters

xValue
Type: System.Double

The X-value of the data point.

yValues
Type: System.String

A string of Y-values separated by commas.

This constructor can be used to create and initialize a new instance of the DataPoint class.

However, it is highly recommended that you instead add data points at run time, using the Points collection property.

.NET Framework
Available since 4.0
Return to top
Show: