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

Example of Selection & Highlight in ASP.NET Core TreeMap Control

This sample depicts the details of Imports made by Japan. Selection and highlight has been enabled in this sample.

DEMO
SOURCE
Highlight
Enable
Mode
Selection
Enable
Mode

In this example, you can see the modes available for performing highlight and selection in treemap. It can be either enabled or disabled.


Injecting Module

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