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.
我有一个程序,它每 X 分钟检查一次文件,并通过该文件中的数据呈现图表(对不起,图表)。
有没有办法让这个程序在后台运行,而不是显示图表,而是将此图表作为图像导出到指定的文件夹?也就是说,我想渲染图表而不显示它。
有什么建议么?
我没有在谷歌上找到灵魂,但我发现它在我的图表的建议列表中向下滚动。该函数称为 .SaveFile(),我在其中键入地址。太简单