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

.NET Framework (current version)
 

Inserts a data point with the specified X value and 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 InsertXY(
	int index,
	Object^ xValue,
	... array<Object^>^ yValue
)

Parameters

index
Type: System::Int32

The index at which the data point will be inserted.

xValue
Type: System::Object^

The X value of the data point.

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: