Blazor HeatMap Chart Example - Legend Placement Customization
This sample visualizes the hourly weather forecast for some major European cities. The data label is disabled in this sample, and the tooltip displays the data point values.
Properties
Legend Position
In this example, you can see how to change the display position of the Heatmap Legend. You can change the display position of Legend to left
, right
, bottom
, and top
by using the Position property in HeatMapLegendSettings.
The tooltip is enabled in this example. To see the tooltip in action, hover the mouse over an item or tap an item on touch-enabled devices.