Control that shows a linear Gauge.

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[DesignerAttribute("C1.Web.UI.Design.LinearGaugeDesigner, C1.Web.UI.Design.3")]
[DesignTimeVisibleAttribute(false)]
[ToolboxItemAttribute(false)]
public class C1LinearGauge : C1GaugeBase
Visual Basic (Declaration)
<DesignerAttribute("C1.Web.UI.Design.LinearGaugeDesigner, C1.Web.UI.Design.3")> _
<DesignTimeVisibleAttribute(False)> _
<ToolboxItemAttribute(False)> _
Public Class C1LinearGauge _
	Inherits C1GaugeBase

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      C1.Web.UI.Controls.C1Gauge..::..C1GaugeBase
        C1.Web.UI.Controls.C1Gauge..::..C1LinearGauge

See Also