Skip to main content

MapLegendOrientation Enum

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.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.

#Related API Members

The following properties accept/return MapLegendOrientation values:

#Remarks

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

See Also