Back to Devexpress

DataFilter.Condition Property

wpf-devexpress-dot-xpf-dot-charts-dot-datafilter.md

latest2.0 KB
Original Source

DataFilter.Condition Property

Gets or sets the comparison operator used to filter the data points within a series.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public DataFilterCondition Condition { get; set; }
vb
Public Property Condition As DataFilterCondition

Property Value

TypeDescription
DataFilterCondition

A DataFilterCondition enumeration value.

|

Available values:

NameDescription
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.

|

Remarks

Use the Condition property to specify a condition that must be satisfied when filtering is applied to a series. The Condition property represents the comparison operator used to compare the values of the series’ data points with the filter value specified by the DataFilter.Value property.

See Also

Value

DataFilter Class

DataFilter Members

DevExpress.Xpf.Charts Namespace