ASP.NET Core MVC コントロールヘルプ
選択
コントロールの使用 > TreeMap > TreeMapの使用 > 選択

TreeMap lets you enable selection of its data items and groups. User can select a node and draw focus on it by simply clicking it. You need to set the SelectionMode property provided by the ChartBase class to either of the following values in the SelectionMode enumeration.

The following code snippet shows how to set the SelectionMode property for a tree map control.

In Code

Selection.cshtml
コードのコピー
// 選択モードを実装します

selection-mode="Row"