Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 MS 图形控件创建一个图形,但这需要放在一个表单上才能生成可以保存在文件中的图形。
但是,由于我想从 Windows 服务生成图形并且应用程序没有 UI,因此我希望能够在“内存中”生成图形并生成图形文件。
是否可以使用 MS Chart 控件来实现,或者在某处可能有另一个免费/开源控件?
我的应用程序是从 Windows 服务调用以生成图形的命令行应用程序。
Windows 服务在没有 UI 环境的情况下运行。