Skip to main content

DataPointCollection.Remove(DataPoint) Method

Removes the specified item from the collection.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public bool Remove(
    DataPoint point
)

#Parameters

Name Type Description
point DataPoint

An item to be removed from the collection.

#Returns

Type Description
Boolean

true if the specified item was found and successfully removed from the collection; false if the specified item wasn’t found.

#Remarks

When an item is removed from the collection, all subsequent fields are moved up one position in the collection.

See Also