RadControls for WPF

Base class for all kind of indicators (needle, marker, bar, state indicator and so on).

Namespace: Telerik.Windows.Controls.Gauges
Assembly: Telerik.Windows.Controls.Gauge (in Telerik.Windows.Controls.Gauge.dll) Version: 2013.1.403.40

Syntax

C#
public class IndicatorBase : ScaleObject, 
	IGaugeIndicator
Visual Basic
Public Class IndicatorBase _
	Inherits ScaleObject _
	Implements IGaugeIndicator

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              Telerik.Windows.Controls.Gauges..::..PropertyChangedNotifier
                Telerik.Windows.Controls.Gauges..::..ScaleObject
                  Telerik.Windows.Controls.Gauges..::..IndicatorBase
                    Telerik.Windows.Controls.Gauges..::..BarIndicator
                    Telerik.Windows.Controls.Gauges..::..Marker
                    Telerik.Windows.Controls.Gauges..::..Needle
                    Telerik.Windows.Controls.Gauges..::..StateIndicator

See Also