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

SeriesPointFilterCollection Class

Represents a collection that stores specific filter conditions of a particular series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public class SeriesPointFilterCollection :
    ChartCollectionBase

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.

Inheritance

Object
CollectionBase
ChartCollectionBase
SeriesPointFilterCollection
See Also