Creating charts as an image without visualizing the user interface in .net / .net core

At my workplace, I have been given responsibility for creating charts / graphs in PDF format. We use iTextsharp to create the PDF. The .NET Core / ASP.NET kernel is used for server-side processing.

I can definitely draw charts using shapes and all, but it's a huge effort. And also, I do not want to reinvent the wheel.

I searched google to find out if there are open soure libraries (.NET dlls) that can process data and display graphics in image format in the process (which means there is no need for an active user interface). I can place these images in PDF using iTextsharp. I could not find such a coincidence.

Can anyone help?

+6
source share

Source: https://habr.com/ru/post/1014866/


All Articles