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

PointDataCollection.Clear() Method

Removes all items from the collection.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public void Clear()

Remarks

Call the Clear method to simultaneously remove all points from the collection.

You can also call the collection’s Remove and RemoveAt methods to exclude an individual point from the collection.

See Also