开发者

Extend Zedgraph to produce SVG

开发者 https://www.devze.com 2022-12-23 17:19 出处:网络
Is there any charting component that produce SVG chart? I had work with Zedg开发者_JAVA技巧raph, any idea how to extend Zedgraph to produce SVG/xml output?ZedGraph by default does notproduce vector fo

Is there any charting component that produce SVG chart? I had work with Zedg开发者_JAVA技巧raph, any idea how to extend Zedgraph to produce SVG/xml output?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消