Skip to main content

PointDataCollection.Remove(PointData) Method

Removes the specified point from the collection.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public bool Remove(
    PointData point
)

#Parameters

Name Type Description
point PointData

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