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
Source:
www.indexmundi.com
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.