Skip to main content

DataFilterCollection Class

Represents a collection that stores specific filter conditions of a series.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public class DataFilterCollection :
    ChartElementCollection<DataFilter>,
    IEnumerable<IDataFilter>,
    IEnumerable

#Returned By

The Series.DataFilters property returns an instance of DataFilterCollection.

#Remarks

A series can hold a collection of data filter objects which define the filter conditions for the series. This collection can be accessed via the Series.DataFilters property, and is represented by the DataFilterCollection class. Each item of the collection is represented by a DataFilter object.

See Also