PointDataCollection.Remove(PointData) Method
In This Article
Removes the specified point from the collection.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
point | Point |
A point to be removed from the collection. |
#Returns
Type | Description |
---|---|
Boolean | true if the specified point was found and successfully removed from the collection; false if the specified point was not found. |
#Remarks
When a point is removed from the collection, all subsequent points are moved up one position in the collection.
See Also