Example of Legend in ASP.NET Core Maps Control
This sample visualizes grouping of countries in the legend based on its population density. The legend will be displayed at the top of the map.
DEMO
SOURCE
Source:
simple.wikipedia.org
Legend mode
|
|
Legend position
|
|
Show legend for remaining data source items
|
|
Show population density when the legend item is toggled
|
|
In this example, you can see how to render a legend in the maps. A legend item denotes the value of a shape. Any number of legend items can be added to the legend. You can bind the desired colors to the shapes, if its values are within the specified range using the ColorMapping
property. You can also show or hide color mapping related to population density when toggling the legend item
Tooltip is enabled in this example. To see the tooltip in action, hover the mouse over a shape or tap a shape in touch enabled devices.