A data visualization control that represents values in a tabular display.
The data is displayed in cells, aligned in rows and columns and each cell has a color that corresponds to the value of the cell.
The color of the cell is generated by a
HeatMapColorizer.
The
RadHeatMap needs a valid
HeatMapDefinition in order to plot the cells and colors correctly.
Namespace:Â
Telerik.Windows.ControlsAssembly:Â
Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.40
Syntax
| C# |
|---|
public sealed class RadHeatMap : Control |
| Visual Basic |
|---|
Public NotInheritable Class RadHeatMap _
Inherits Control |
Inheritance Hierarchy
See Also