Skip to main content

Annotation.RuntimeDeletion Property

Specifies whether a user can remove the annotation.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool RuntimeDeletion { get; set; }

Property Value

Type Description
Boolean

true, if the annotation can be deleted at runtime; otherwise, false.

Remarks

A user should select the annotation and press Delete to remove it.

See Also