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
205
WinChart image DPI
posted

Hi,

I'm trying to save the ultra winchart with 300DPI like so:

FileStream fs = File.Create(fileName); ultraChart.SaveTo(fs, System.Drawing.Imaging.ImageFormat.Gif, ultraChart.Size, new SizeF(301, 301));

('fs' above is a file stream) But, when I read the same image back (thru code), it shows the DPI as 96.  How can I save the chart in 300DPI?

(BTW, how do I insert an image from a folder in this post?  Clicking the above image icon asks for an URL)

Thanks

Parents Reply Children
No Data