Is there any sample code about how to use the UltraGuage. The guages seem complicated and their own forum no one is willing to answer!
Took some time but this affects the value of the guage:
Dim rg As Infragistics.UltraGauge.Resources.RadialGauge = Me.UltraGauge1.Gauges(0)
rg.Scales(0).Markers(0).Value = Convert.ToInt32(intValue)