Skip to main content

DataFilterCollection.ClearAndAddRange(DataFilter[]) Method

Removes all elements from the DataFilterCollection, and then appends an array of specified data filters to the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public void ClearAndAddRange(
    DataFilter[] coll
)

Parameters

Name Type Description
coll DataFilter[]

An array of DataFilter objects to append to the collection.

Remarks

This method is intended for internal use only. Normally, you don’t need to use it.

See Also