Skip to main content

AnnotationRepositoryModel.DeleteElement(Object) Method

Deletes the specified annotation from the annotation repository.

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

An Annotation descendant that should be deleted.

See Also