PieSeriesViewBase.ExplodedPointsFiltersConjunctionMode Property
In This Article
Gets or sets the logical operator used to combine individual data filter conditions defined for the series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
public ConjunctionTypes ExplodedPointsFiltersConjunctionMode { get; set; }
#Property Value
Type | Description |
---|---|
Conjunction |
A Conjunction |
Available values:
Name | Description |
---|---|
And | Identifies the AND conjunction operator. |
Or | Identifies the OR conjunction operator. |
See Also