Back to Devexpress

ConstantLine.RuntimeDeletion Property

wpf-devexpress-dot-xpf-dot-charts-dot-constantline-d8cfb0e1.md

latest1.2 KB
Original Source

ConstantLine.RuntimeDeletion Property

Specifies whether a user can delete the constant line.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool RuntimeDeletion { get; set; }
vb
Public Property RuntimeDeletion As Boolean

Property Value

TypeDescription
Boolean

true, if a user can delete the constant line; otherwise, false.

|

Remarks

If RuntimeDeletion is enabled, users can select the constant line and click the Delete key to remove it.

See Also

ConstantLine.RuntimeMoving Property

ConstantLine Class

ConstantLine Members

DevExpress.Xpf.Charts Namespace