Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
410
Scalable Vector Graphics SVG
posted

Can winchart export to SVG format?

  • 53790
    posted

    Hello Patknoll,

    Could you please take a look at the answer of my colleague in:

    http://community.infragistics.com/forums/p/16239/307662.aspx#

    Also you could use the following code to save your chat`s image in .Emf or .Wmf format.

    Image im;

    im = ultraChart1.Image;

    im.Save("..\\..\\Test_2.wmf", System.Drawing.Imaging.ImageFormat.Wmf);

     

    Please let me know if you have any questions.

    Regards