The usage is simple.
Sample Code
Dim ga As New SMSoftCharts.Gauge
Dim img As Image
ga.Value = 25
img = ga.DrawGauge
ga = Nothing
The above code will create a simple gauge, of example 0.
Download Now