Class HeatMapSelectionMode
Specifies the selection mode of a RadHeatMap.
Inheritance
System.Object
HeatMapSelectionMode
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class HeatMapSelectionMode : Enum
Fields
MultipleDataItems
Multiple data items can be selected with interaction.
Declaration
public const HeatMapSelectionMode MultipleDataItems
Field Value
HeatMapSelectionMode
|
None
No selection is allowed through interaction.
Declaration
public const HeatMapSelectionMode None
Field Value
HeatMapSelectionMode
|
SingleDataItem
Only a single data item can be selection with interaction.
Declaration
public const HeatMapSelectionMode SingleDataItem
Field Value
HeatMapSelectionMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|