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

SeriesBaseModel.DataFilters Property

OBSOLETE

The DataFilters property is obsolete now

This property is obsolete (the DataFilters property is obsolete now).

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[LocalizableCategory(DesignerCategories.Data)]
[Obsolete("The DataFilters property is obsolete now")]
public DataFilterCollectionModel DataFilters { get; }

Property Value

Type
DataFilterCollectionModel
See Also