SarahBenjamin Posted November 20, 2007 Report Share Posted November 20, 2007 I am not able to export the gauge to a png image. Please help me with it. MemoryStream objMemoryStream = new MemoryStream(); gTimeTemp.Export(ChartFX.WebForms.Gauge. FileFormat.Png, objMemoryStream); ChartFX.WebForms.Gauge.FileFormat.Png is giving me an error. How can I convert gauge into a png format like I can do that with a chart object. Chart1.Export(ChartFX.WebForms. FileFormat.Png, objMemoryStream);I want the fileformat to be png for the gauge. Thanks -Sarah Quote Link to comment Share on other sites More sharing options...
SarahBenjamin Posted November 20, 2007 Author Report Share Posted November 20, 2007 I got it.. Like this.. gTimeTemp.Export(System.Drawing.Imaging. ImageFormat.Png, objMemoryStream); Thanks -Sarah Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.