I want to create a graph using the MS graph control but this needs to be put on a form for it to produce the graph that I can save in a file.
However, since I want to generate a graph from a Windows service and the application does not have a UI, I would like to be able to generate a graph "in-memory" and produce a graphics file.
Is it possible to achieve using MS Chart control or maybe there is another free/open-source control somewhere?
Notes
My application is a command line app that gets called from a windows service to generate a graphics.
The windows service is running without a UI environment.