Skip to main content

DataPointCollection.Clear() Method

In This Article

Removes all items from the collection.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public void Clear()

#Remarks

Use the Clear method to simultaneously remove all items from the collection or the DataPointCollection.Remove and DataPointCollection.RemoveAt methods to exclude an individual item from the collection.

See Also