Skip to main content

SeriesPointFilterModel.Condition Property

Gets or sets the value of the SeriesPointFilter.Condition within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
DataFilterCondition

The filtering condition.

Available values:

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.

See Also