Back to Devexpress

SeriesPointFilterCollectionModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-6d5ee38e.md

latest1.6 KB
Original Source

SeriesPointFilterCollectionModel Class

The SeriesPointFilterCollection model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(SeriesPointFilterCollection))]
public class SeriesPointFilterCollectionModel :
    ChartCollectionBaseModel
vb
<ModelOf(GetType(SeriesPointFilterCollection))>
Public Class SeriesPointFilterCollectionModel
    Inherits ChartCollectionBaseModel

The following members return SeriesPointFilterCollectionModel objects:

Inheritance

Object ChartElementModel ChartCollectionBaseModel SeriesPointFilterCollectionModel

See Also

SeriesPointFilterCollectionModel Members

DevExpress.XtraCharts.Designer Namespace