Enum HeatMapSelectionMode
Specifies the selection mode of a RadHeatMap.
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public enum HeatMapSelectionMode
MultipleDataItems
Multiple data items can be selected with interaction.
None
No selection is allowed through interaction.
SingleDataItem
Only a single data item can be selection with interaction.