Back to Devexpress

DataFilter Class

wpf-devexpress-dot-xpf-dot-charts-5b2b6b43.md

latest2.4 KB
Original Source

DataFilter Class

Defines specific filter conditions of a particular series.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class DataFilter :
    ChartNonVisualElement,
    IDataFilter,
    ICloneable
vb
Public Class DataFilter
    Inherits ChartNonVisualElement
    Implements IDataFilter,
               ICloneable

Remarks

The DataFilter class contains settings that define specific filter conditions to be applied to the corresponding series.

A series maintains instances of the DataFilter class in its Series.DataFilters collection, represented by an object of the DataFilterCollection type.

When one or more data filter objects are created for a series, the series will only be represented within a chart control’s diagram by the data points that meet the filter conditions defined. Filter conditions of several data filter objects are combined using either the AND or OR conjunction operator, specified by the Series.DataFiltersConjunctionMode property of the series.

Inheritance

Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement ChartNonVisualElement DataFilter

See Also

DataFilter Members

DevExpress.Xpf.Charts Namespace