Skip to main content

DataFilter.Condition Property

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

[XtraSerializableProperty]
public DataFilterCondition Condition { get; set; }

#Property Value

Type Description
DataFilterCondition

A DataFilterCondition enumeration value.

#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