DataFilterCondition Enum
Lists the values that specify comparison operators used to filter data points within a series.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Members
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. |
Related API Members
The following properties accept/return DataFilterCondition values:
Remarks
The values listed by this enumeration are used to set the DataFilter.Condition property.