Unplanned
Last Updated: 09 Apr 2024 13:43 by Martin Ivanov
Martin Ivanov
Created on: 09 Apr 2024 13:43
Category: HeatMap
Type: Feature Request
1
HeatMap: Allow overriding of the selection API in the HeatMapDefinition class

Make the following selection-related methods of the HeatMapDefinition class "protected internal virtual" instead of "internal virtual". 

  • IsCellSelected
  • IsRowSelected
  • IsColumnSelected

This will allow the developer to properly implement also the selection feature in their custom heat map definition code.

0 comments