Blazor HeatMap Chart Example - Inversed Axis Configuration
This sample illustrates the population growth rate of the most populous countries over the years. The data label is disabled, with the tooltip displaying detailed data point values for each country and year combination.
Axis Inversion - This example demonstrates how to reverse the axis origin for both X and Y axes. Once the axis origin has been reversed, the axis data will be displayed in inverted order, effectively reversing the visualization orientation.
Configuration - You can reverse the axis origin by enabling the IsInversed property for each axis, providing flexibility in data presentation based on your analytical requirements.
Use Cases - Axis inversion is useful for:
- Displaying data in reverse chronological order
- Aligning with specific business logic or regional conventions
- Creating alternative data perspectives for comparative analysis
Interactive Features - The tooltip is enabled in this example. Hover the mouse over a data point or tap on touch-enabled devices to view population growth information with inverted axis ordering.