Skip to main content

ChoroplethColorizer.Legend Property

Gets or sets a map legend (color list or color scale legend type).

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ColorLegend Legend { get; set; }

Property Value

Type Description
ColorLegend

A ColorLegend class descendant representing a map legend.

See Also