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

PointDataCollection.Move(Int32, Int32) Method

Moves the data point to another position within the collection.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public void Move(
    int oldIndex,
    int newIndex
)

Parameters

Name Type Description
oldIndex Int32

A point’s old position.

newIndex Int32

A point’s new position.

See Also