Skip to main content
A newer version of this page is available. .

PointDataCollection.Remove(PointData) Method

Removes the specified point from the collection.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.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