Back to Devexpress

MapLegendOrientation Enum

dashboard-devexpress-dot-dashboardcommon-4cca4dbd.md

latest1.3 KB
Original Source

MapLegendOrientation Enum

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum MapLegendOrientation
vb
Public Enum MapLegendOrientation

Members

NameDescription
Vertical

A legend represented as a list of colors.

| | Horizontal |

A legend represented as a color scale.

|

The following properties accept/return MapLegendOrientation values:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace