Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1034
Sample for the Ultra Guage
posted

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!

  • 5
    posted

    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)

  • 45049
    posted

    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.