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

FinancialIndicatorCollection.Clear() Method

Removes all items from the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public abstract void Clear()

Remarks

Note that calling the Clear method also disposes all elements removed from the collection.

See Also