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

MapLegend.Orientation Property

Gets or sets the legend orientation within a map.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(MapLegendOrientation.Vertical)]
public MapLegendOrientation Orientation { get; set; }

Property Value

Type Default Description
MapLegendOrientation Vertical

A MapLegendOrientation enumeration value that specifies the legend orientation within a map.

Remarks

Use the MapLegendBase.Position property to specify the legend position within a map.

See Also