Skip to main content

PointDataCollection.Move(Int32, Int32) Method

In This Article

Moves the data point to another position within the collection.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.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