RadControls for WPF

Base class for the radial and linear scales.

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

Syntax

C#
public abstract class GraphicScale : ScaleBase
Visual Basic
Public MustInherit Class GraphicScale _
	Inherits ScaleBase

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
              System.Windows.Controls..::..ItemsControl
                Telerik.Windows.Controls.Gauge..::..ScaleBase
                  Telerik.Windows.Controls.Gauge..::..GraphicScale
                    Telerik.Windows.Controls.Gauge..::..LinearScale
                    Telerik.Windows.Controls.Gauge..::..RadialScale

See Also