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.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool IsMovableInsideDiagram { get; set; }

Property Value

Type Description
Boolean

A Boolean object.

See Also