I have a C# program running on linux without any kind of graphical interface and I'm trying to create graphs dynamically and save them to images. As I understand, all platform-specific libraries are focused on use with a GUI (WinForms, WPF, GTK#...) but I would expect to have at least a PngExporter implementation using System.Drawing (same as zedgraph does), so no graphical libraries would be needed at all. Is this capability already supported?
Thank you very much
Thank you very much