We have a custom application that creates a Telerik RadHtmlChart object from an external DLL method.
We also have a second custom application that uses MVC and Kendo components.
I understand that both RadHtmlChart and Kendo charts are using the same underlying server-side wrapper from the Kendo UI chart widgets.
My question is, how can I request that same external DLL using MVC/razor, and have it sent back to my view as a Kendo Chart? Is this possible?