DataPointCollection::Add Method (array<Double>^)

.NET Framework (current version)
 

Adds a new DataPoint object to the collection and sets its Y value.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
DataPoint^ Add(
	... array<double>^ y
)

Parameters

y
Type: array<System::Double>^

The Y-value of the data point.

.NET Framework
Available since 4.0
Return to top
Show: