SeriesPointFilterCollection Class
Represents a collection that stores specific filter conditions of a particular series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Related API Members
The following members return SeriesPointFilterCollection objects:
Remarks
The SeriesPointFilterCollection represents a collection of SeriesPointFilter objects and is intended to filter exploded points in Pie and Doughnut series views. The properties and methods declared by this class can be used to perform common collection operations, such as adding new or deleting existing items. Individual items can be accessed using indexer notation. Also, the SeriesPointFilterCollection.ConjunctionMode property allows specifying the way filter conditions are combined, in order to form the resulting filter criterion.
An instance of the SeriesPointFilterCollection class can be accessed via the PieSeriesViewBase.ExplodedPointsFilters property of the PieSeriesViewBase object.