Skip to main content

ChartCollectionBaseModel.DeleteElement(Object) Method

Removes an item from the collection.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public abstract void DeleteElement(
    object parameter
)

Parameters

Name Type Description
parameter Object

An object to be removed.

See Also