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

MapLegendOrientation Enum

Lists the values that specify the legend orientation within the Map dashboard items.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public enum MapLegendOrientation

Members

Name Description
Vertical

A legend represented as a list of colors.

Horizontal

A legend represented as a color scale.

Remarks

Values listed by this enumeration are used to set the MapLegend.Orientation property.

See Also