Gauge for WPF | ComponentOne
C1.WPF.Gauge Assembly / C1.WPF.Gauge Namespace / C1LinearGauge Class
Members

In This Topic
    C1LinearGauge Class
    In This Topic
    The C1LinearGauge displays a linear scale with an indicator that represents a single value and optional ranges to represent reference values.
    Object Model
    C1LinearGauge Class
    Syntax
    'Declaration
     
    Public Class C1LinearGauge 
       Inherits C1Gauge
    public class C1LinearGauge : C1Gauge 
    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
                         C1.WPF.Core.C1View
                            C1.WPF.Gauge.C1Gauge
                               C1.WPF.Gauge.C1LinearGauge
                                  C1.WPF.Gauge.C1BulletGraph

    See Also