Skip to main content

Legend.IsMovableInsideDiagram Property

Gets or sets a value indicating if a legend is movable inside a chart area at runtime.

Namespace: DevExpress.WinUI.Charts

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "InvalidateLayout")]
public bool IsMovableInsideDiagram { get; set; }

Property Value

Type Description
Boolean

A Boolean object.

See Also