Skip to main content
A newer version of this page is available. .

MapLegendBase.Position Property

Gets or set the map legend position.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v21.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(MapLegendPosition.TopLeft)]
public MapLegendPosition Position { get; set; }

Property Value

Type Default Description
MapLegendPosition TopLeft

A MapLegendPosition enumeration value that specifies the map legend position.

See Also