Hi - after the Update (19.1.0.55) I do not get a value (CellClicked => CellClickEventArgs) for args.XLabel, XValue, YLabel and YValue anymore.Just the value for the cell and x and y (looks like a point)
....
<HeatMapEvents TooltipRendering="@TooltipRendering" CellClicked="@cellClicked">
void cellClicked(CellClickEventArgs args)
{
}
Is this an issue or do I have to change something?
Thanks!
Regards Matthias
(by the way - I can't post with Safari in this forum)