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

Example of Empty Points in ASP.NET Core HeatMap Chart Control

This sample visualizes the number of deffective product count per 1000 units coming out from a manufacturing unit Data points are enhanced with labels and tooltip. Some data points were not marked with any values which indicates there are no deffective products and these data points are termed as empty points.

DEMO
SOURCE

In this example, you can see how to render empty points in the Heatmap. The empty points or the points with no data can be marked using null in the data source. You can also customize the background color of the empty points by using the emptyPointColor property in paletteSettings

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