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

SeriesBaseModel.DataFilters Property

Returns the model of the data filter collection of the modeled series view.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Data)]
public DataFilterCollectionModel DataFilters { get; }

Property Value

Type Description
DataFilterCollectionModel

The model of the data filter collection.

See Also