Back to Devexpress

SeriesPointFilterCollection Class

corelibraries-devexpress-dot-xtracharts-17cb8e8a.md

latest2.7 KB
Original Source

SeriesPointFilterCollection Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class SeriesPointFilterCollection :
    ChartCollectionBase
vb
Public Class SeriesPointFilterCollection
    Inherits 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

SeriesPointFilterCollection Members

ExplodedPointsFilters

SeriesPointFilter

DevExpress.XtraCharts Namespace