RadControls for Silverlight

Represents the linear scale.

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

Syntax

C#
public class LinearScale : ScaleBase
Visual Basic
Public Class LinearScale _
	Inherits ScaleBase

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.Gauges..::..GaugeItemsControl
                Telerik.Windows.Controls.Gauges..::..RangedControl
                  Telerik.Windows.Controls.Gauges..::..ScaleBase
                    Telerik.Windows.Controls.Gauges..::..LinearScale

See Also