0
Respuestas
OxyPlot : integration in website/webservice
Hi
I was wondering if it’s possible to use OxyPlot for exporting .png files on the fly that are shown in a website.
From what I know I can use it within Winforms / WPF.
But my goal is to have the plotviews available in my website.
We already have an webservice (.NET 4.0). Is it possible to integrate OxyPlot there?
I don’t want a dirty solution to start an external exe in the webpage/webservice that generates the PNG.
Maybe you’ve got an idea?
With kind regards,
I was wondering if it’s possible to use OxyPlot for exporting .png files on the fly that are shown in a website.
From what I know I can use it within Winforms / WPF.
But my goal is to have the plotviews available in my website.
We already have an webservice (.NET 4.0). Is it possible to integrate OxyPlot there?
I don’t want a dirty solution to start an external exe in the webpage/webservice that generates the PNG.
Maybe you’ve got an idea?
With kind regards,
Servicio de atención al cliente por UserEcho
Here is an example using WebAPI:
The result is:
OxyPlot.WindowsForms_NET35.csproj
Big thanks!