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.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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