Hi,
I have tried to use your SfHeatmap control.
After user select what kind of data he wants to see in the control this is updated. I have a problem to dynamically update the legend of the heatmap. The range of values displayed can be anything between 0 - 100, 0-500, 0-1 etc.
I need to construct the legend dynamically from viewmodel, how can I do it?
In one case I need to have a legend that shows values etc. 0-25 white, 25-75 yellow, 75-125 green, and 125 and above red. Max values however could be as high as 1500, If I use "standard" legend mode the "high" values legend will dwarf all the rest (red in this case will take more than 90%). So I need to assign all values above 125 to be red. If I set legend ColorMapping Value="150" all values above 150 will be white, this is not desired.
How ca