Skip to main content

SeriesPointFilterCollection.ConjunctionMode Property

Gets or sets the conjunction mode for filter conditions defined by the collection’s items.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ConjunctionTypes ConjunctionMode { get; set; }

Property Value

Type Description
ConjunctionTypes

A ConjunctionTypes enumeration value.

Available values:

Name Description
And

Identifies the AND conjunction operator.

Or

Identifies the OR conjunction operator.

Remarks

The ConjunctionMode property specifies how the filter conditions which are defined by the collection items (namely, by instances of the SeriesPointFilter class) are combined in order to form the resulting filter criterion.

See Also