DataFilter Class
In This Article
Defines specific filter conditions of a series.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Remarks
The DataFilter objects of an individual series reside in its DataFilterCollection, returned by the CustomAxisLabelCollection property.
When one or more data filters are defined for a series, it will only display the data points that meet the defined condition. A complex condition, comprised of several data filter objects, is created by combining them, using the AND / OR conjunction operators (specified by the Series.DataFiltersConjunctionMode property).
#Inheritance
See Also