MapLegendOrientation Enum
Lists the values that specify the legend orientation within the Map dashboard items.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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