Skip to main content

MapDashboardItem.Legend Property

Gets a color map legend.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public MapLegend Legend { get; }

#Property Value

Type Description
MapLegend

A MapLegend object that represents a color map legend.

See Also