wpf-devexpress-dot-xpf-dot-charts-5bf08f8e.md
Lists the values that specify comparison operators used to filter data points within a series.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public enum DataFilterCondition
Public Enum DataFilterCondition
| Name | Description |
|---|---|
Equal |
Specifies the “equal to” comparison operator.
|
| GreaterThan |
Specifies the “greater than” comparison operator.
|
| GreaterThanOrEqual |
Specifies the “greater than or equal to” comparison operator.
|
| LessThan |
Specifies the “less than” comparison operator.
|
| LessThanOrEqual |
Specifies the “less than or equal to” comparison operator.
|
| NotEqual |
Specifies the “not equal to” comparison operator.
|
The following properties accept/return DataFilterCondition values:
The values listed by this enumeration are used to set the DataFilter.Condition property.
See Also