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

PieSeriesViewBaseModel.ExplodedPointsFilters Property

Returns the model of the exploded series point filters collection of the modeled simple series view.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

public SeriesPointFilterCollectionModel ExplodedPointsFilters { get; }

Property Value

Type Description
SeriesPointFilterCollectionModel

The model of the exploded series point filters collection.

See Also