Can winchart export to SVG format?
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