Skip to main content

SeriesPointFilterCollectionModel.DeleteElement(Object) Method

Removes the specified series point filter from the collection.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public override void DeleteElement(
    object parameter
)

Parameters

Name Type Description
parameter Object

A SeriesPointFilter object to be removed.

See Also