wpf-devexpress-dot-xpf-dot-charts-a626e6b8.md
Represents a collection that stores specific filter conditions of a particular series.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public class DataFilterCollection :
ChartElementCollection<DataFilter>,
IEnumerable<IDataFilter>,
IEnumerable
Public Class DataFilterCollection
Inherits ChartElementCollection(Of DataFilter)
Implements IEnumerable(Of IDataFilter),
IEnumerable
The following members return DataFilterCollection objects:
Each 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.
Object Collection<DataFilter> ObservableCollection<DataFilter> ChartDependencyObjectCollection<DataFilter> ChartElementCollection<DataFilter> DataFilterCollection
See Also