Jump to content
Software FX Community

How to export a gauge


SarahBenjamin

Recommended Posts

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...