Skip to main content

DataPointCollection.Move(Int32, Int32) Method

Moves the data point to another position within the collection.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public void Move(
    int oldIndex,
    int newIndex
)

Parameters

Name Type Description
oldIndex Int32

A zero-based integer specifying the position at which the point is currently located within the collection.

newIndex Int32

A zero-based integer specifying the position within the collection to move the point to.

See Also