RadControls for Silverlight

Represents the linear scale.

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

Syntax

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

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..::..ScaleBase
                Telerik.Windows.Controls.Gauge..::..GraphicScale
                  Telerik.Windows.Controls.Gauge..::..LinearScale
                    Telerik.Windows.Controls.Gauge..::..HorizontalLinearScale
                    Telerik.Windows.Controls.Gauge..::..VerticalLinearScale

See Also