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

StripCollectionModel.DeleteElement(Object) Method

Removes the specified strip from the collection.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public override void DeleteElement(
    object parameter
)

Parameters

Name Type Description
parameter Object

A Strip object to be removed.

See Also