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
500
SaveTo fails with ImageFormat.Emf
posted

Hi,

I tried to save my chart as EMF-File with

this.ultraChart1.SaveTo(sEMFFile, System.Drawing.Imaging.ImageFormat.Emf);

but it fails. It works with png, bmp and other formats, but not with emf or wmf. What am I doing wrong?

Thanks in advance.