DataPointCollection.InsertXY Method (Int32, Object, Object[])

.NET Framework (current version)
 

Inserts a data point with the specified X value and one or more specified Y values.

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

member InsertXY : 
        index:int *
        xValue:Object *
        [<ParamArrayAttribute>] yValue:Object[] -> unit

Parameters

index
Type: System.Int32

The index after which the data point will be inserted.

xValue
Type: System.Object

The X value of the data point.

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: