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

In This Topic
    C1BulletGraph Class
    In This Topic
    The C1BulletGraph is a type of linear gauge designed specifically for use in dashboards. It displays a single key measure along with a comparative measure and qualitative ranges to instantly signal whether the measure is good, bad, or in some other state.
    Object Model
    C1BulletGraph Class
    Syntax
    'Declaration
     
    Public Class C1BulletGraph 
       Inherits C1LinearGauge
    public class C1BulletGraph : C1LinearGauge 
    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