Skip to main content
A newer version of this page is available. .

PointDataCollection.Insert(Int32, PointData) Method

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

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.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