Skip to main content

PointDataCollection.Insert(Int32, PointData) Method

In This Article

Adds the specified data point to the specified position within the collection.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public void Insert(
    int index,
    PointData point
)

#Parameters

Name Type Description
index Int32

A zero-based index into which the specified data point should be inserted. If it is negative or exceeds the number of elements, an exception is raised.

point PointData

A data point to be inserted.

See Also