扩展 Zedgraph 以生成 SVG

发布于 2024-08-26 05:55:00 字数 73 浏览 5 评论 0原文

有没有可以生成SVG图表的图表组件? 我曾使用过 Zedgraph,知道如何扩展 Zedgraph 来生成 SVG/xml 输出吗?

Is there any charting component that produce SVG chart?
I had work with Zedgraph, any idea how to extend Zedgraph to produce SVG/xml output?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

请远离我 2024-09-02 05:55:00

ZedGraph 默认情况下不生成矢量格式。即使以EPS格式保存的文件(ZG中有这样的选项)实际上也是“假EPS”——没有矢量信息和光栅预览的EPS文件。

但是您可以通过利用 图元文件 然后也许您可以将其另存为 SVG。

ZedGraph by default does not produce vector formats. Even files saved in EPS format (there is such option in ZG) are in fact "fake EPS" - EPS file without vector information and with raster preview.

But you can overcome it by drawing on Metafile and then maybe you will be able to save it as SVG.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文