Export C1Gauge to Image
Many users have asked us whether it is possible to export C1Gauge as an image. Currently we don't have a direct method available for exporting gauges to images. However since this is a .NET based control, we can use standard methods to capture the image of this control and then save it. Using this method we can save C1Gauge as an image. C# Code
VB.Net Code
You can use the above function to get the Bitmap object when you pass the C1Gauge control as the parameter, which you can further save as file. Please refer to the Sample_ExportGauge for implementation of the above approach.