RadControls for Silverlight

The base class for different gauges.

Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.1050

Syntax

C#
public abstract class GaugeBase : ItemsControl, 
	IThemable
Visual Basic
Public MustInherit Class GaugeBase _
	Inherits ItemsControl _
	Implements IThemable

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            Telerik.Windows.Controls..::..ItemsControl
              Telerik.Windows.Controls.Gauge..::..GaugeBase
                Telerik.Windows.Controls.Gauge..::..LinearGauge
                Telerik.Windows.Controls..::..RadRadialGauge

See Also