DataPointCollection.Move(Int32, Int32) Method
In This Article
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
#Parameters
Name | Type | Description |
---|---|---|
old |
Int32 | A zero-based integer specifying the position at which the point is currently located within the collection. |
new |
Int32 | A zero-based integer specifying the position within the collection to move the point to. |
See Also