SeriesPointFilterCollection.ConjunctionMode Property
Gets or sets the conjunction mode for filter conditions defined by the collection’s items.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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