Skip to main content

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.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public SeriesPointFilterCollectionModel ExplodedPointsFilters { get; }

Property Value

Type Description
SeriesPointFilterCollectionModel

The model of the exploded series point filters collection.

See Also