DataPointCollection::InsertY Method (Int32, array<Object^>^)

.NET Framework (current version)
 

Inserts a data point with one or more specified Y values.

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

public:
void InsertY(
	int index,
	... array<Object^>^ yValue
)

Parameters

index
Type: System::Int32

The index at which the data point will be inserted.

yValue
Type: array<System::Object^>^

A comma-separated list of Y values of the data point.

.NET Framework
Available since 4.0
Return to top
Show: