Extend Zedgraph to produce SVG
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.
精彩评论