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)
There are a number of walkthroughs for WinGauge in the help documentation.
This page leads to the landing page of the online help documentation for WinGauge in NetAdvantage for .NET 2008 Volume 2. From here, I suggest going under the "Getting Started" section, then the "Creating a Gauge in Design View" section, and finally the three articles underneath that as a starting point.