Blazor HeatMap Chart Example - Custom Color Range Definition
This sample visualizes the energy consumption in trillion British Thermal Units (BTU) by the various public sectors of the US government over the years. In the property panel, the options are available to change the palette type in the Heatmap using the radio button.
Properties
Palette Type |
This example explains how to provide a specific range of color in the Heatmap component. In this example, the StartValue and EndValue properties are used to define the range of start and end values in the data source, and the MinColor and MaxColor properties represent the colors of a given range. Legend is enabled in this example. When the palette mode is changed, the Legend Type will be automatically switched between Gradient and List type Legend.