This sample illustrates the population growth rate of the most populous countries 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 reverse the origin of the axes by means of checkbox for each axis.
In this example, you can see how to reverse the axis origin for both axes, once the axis origin has been reversed
the axis data will be displayed inverted. You can reverse the axis origin by enabling the isInversed
property for each axis.
Tooltip is enabled in this example, to see the tooltip in action, hover a point or tap on a point in touch enabled devices.
Injecting Module
Heatmap component features are segregated into individual feature-wise modules. To use a tooltip,
inject the Tooltip
module using the Heatmap.Inject(Tooltip)
method.