Is there a way to make a ScreenShot of an RadzenChart?

I would like to make a Screenshot from my RadzenChart, but the @ref Element does not work at an RadzenChart Element. (So it is not possible to make a Screenshot over JavaScript).

Is there any way to make this Screenshot?

You can use the Element property of your RadzenChart ref.

What exactly do you mean by element property?

For example in Chart.js is function called toBase64Image() - is there anything like that to call it over this property?

No, there is no such built-in feature. Maybe the approach listed here would work: javascript - Convert SVG to image (JPEG, PNG, etc.) in the browser - Stack Overflow

1 Like