• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Color Range in ASP.NET MVC HeatMap Chart Control

This sample visualizes the energy consumption in trillion British thermal units (btu) by the various public sectors in US government over the years. The data label is disabled in this sample, the tooltip displays the data point values. In property panel, the options are available to change palette type in Heatmap by means of radio button.

DEMO
SOURCE
Palette Type:

This example explains how to provide a specific color for specific range in heatmap. The startValue and endValue properties are used to define the range start and end values. The minColor and maxColor properties represent the colors of given range.

Tooltip is enabled in this example, to see the tooltip in action, hover a point or tap on a point in touch enabled devices.