PointDataCollection.Clear() Method
In This Article
Removes all items from the collection.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#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