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
#Parameters
Name | Type | Description |
---|---|---|
old |
Int32 | A point’s old position. |
new |
Int32 | A point’s new position. |
See Also