Skip to main content
A newer version of this page is available. .

PieSeriesViewBase.ExplodedPointsFiltersConjunctionMode Property

Gets or sets the logical operator used to combine individual data filter conditions defined for the series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty]
public ConjunctionTypes ExplodedPointsFiltersConjunctionMode { 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.

See Also