DataPointCollection.InsertY Method (Int32, Object())

.NET Framework (current version)
 

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

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

Public Sub InsertY (
	index As Integer,
	ParamArray yValue As Object()
)

Parameters

index
Type: System.Int32

The index after which the data point will be inserted.

yValue
Type: System.Object()

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

.NET Framework
Available since 4.0
Return to top
Show: