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

DataPointCollection.Clear() Method

Removes all items from the collection.

Namespace: DevExpress.UI.Xaml.Charts

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

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