Could we reload Chart element

could we reload Chart on Event Change one of element ? and hid the one series and Show other series of the Chart in Progress of reloading Chart ?

could we reload Chart on Event Change one of element

Check this thread.

and hid the one series and Show other series of the Chart in Progress of reloading Chart ?

Not entirely sure what that means but you can't hide / show Chart series from Radzen at the moment. We will expose the series Visible property with the next Radzen release.

I tried calling:
*RadzenChart chartR; *
InvokeAsync(chartR.Reload);

  • but it doesn't work.

At the same time:
*IRadzenGrid gridM; *
InvokeAsync(gridM.Reload);

  • works fine!