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

MapDashboardItem.Legend Property

Gets a color map legend.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

public MapLegend Legend { get; }

Property Value

Type Description
MapLegend

A MapLegend object that represents a color map legend.

See Also