Show cell's specific labels

Hello,

I would like to show some text instead of actual values on the cells of a heatmap. 

For example:

        int[,] dataSource = new int[,]

        {

            { 1, 1, 0 },

            { 1, 0, -1},

            { 0, -1, -1}

        };

For this kind of heatmap data I would like to see instead "-1" string "low", "0" - "normal", "1" - "high".

Would it be possible?


Best regards,

Volodymyr


1 Reply 1 reply marked as answer

SS Sharon Sanchez Selvaraj Syncfusion Team June 1, 2021 01:56 PM UTC

Hi Vladimir, 
 
Greetings from Syncfusion Support. 
 
We checked with your required scenario and “Provide CellRendering event in HeatMap component” has already been considered as a feature request from our end. The required customization can be achieved by using CellRendering event once this feature is implemented.  
 
Generally, we will plan the feature implementation based on customer request count, feature rank and wishlist plan.  
  
Please track the below feedback link to know the status of the feature.  
 
 
We appreciate your patience. 
 
Regards, 
 
Sharon Sanchez S. 


Marked as answer
Loader.
Up arrow icon