Is it possible to save the kendo chart as png format without using any 3rd party tool (linkspace)?

只谈情不闲聊 提交于 2019-12-12 01:09:11

问题


In my project have requirement to export chart into png format.Is it possible in kendo-ui with out using ink-space(3rd party tool)?


回答1:


It is possible if you know how to convert SVG to PNG (the Kendo Chart doesn't provide this out of the box). Inksape is an open source tool which can convert SVG to various formats. However you must not use it for some reason you can check this .NET SVG rendering library: http://svg.codeplex.com



来源:https://stackoverflow.com/questions/15354186/is-it-possible-to-save-the-kendo-chart-as-png-format-without-using-any-3rd-party

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!