Skip to main content

MapDashboardItem.Legend Property

Gets a color map legend.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public MapLegend Legend { get; }

Property Value

Type Description
MapLegend

A MapLegend object that represents a color map legend.

See Also