DataFilter.Condition Property
In This Article
Specifies the comparison operator used to filter the data points within a series.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Data |
A Data |
#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