ChoroplethColorizer.Legend Property
In This Article
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 |
---|---|
Color |
A Color |
See Also