• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Selection & Highlight in ASP.NET MVC Maps Control

This sample visualizes USA president election results in the year 2016. Vote details of a state will be displayed in a popup on clicking a state. Placed interactive legend at the top of the map.

DEMO
SOURCE

In this example, you can see how to apply various styles for a shape in the map, when it is clicked or mouse hovered.


Injecting Module

Maps component features are segregated into individual feature-wise modules. To use selection, inject the Selection module using the Maps.Inject(Selection) method, and use highlight by injecting the Highlight module.