The base class for other Gauges.

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

Syntax

C#
[DefaultEventAttribute("MouseClick")]
[ToolboxItemAttribute(false)]
[DefaultPropertyAttribute("Decorators")]
public abstract class C1GaugeBase : Component, 
	ICloneable
Visual Basic (Declaration)
<DefaultEventAttribute("MouseClick")> _
<ToolboxItemAttribute(False)> _
<DefaultPropertyAttribute("Decorators")> _
Public MustInherit Class C1GaugeBase _
	Inherits Component _
	Implements ICloneable

Inheritance Hierarchy

See Also