Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.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 ClassGaugeRange ClassC1Animation ClassC1Font ClassC1Font ClassGaugeRange ClassGaugeRangeCollection ClassGaugeRange ClassC1Animation ClassIValueConverter InterfaceC1Font Class
    Syntax
    'Declaration
     
    
    <C1LicensedControlAttribute()>
    <Android.Runtime.RegisterAttribute("android/widget/FrameLayout", 
       DoNotGenerateAcw=True, 
       ApiSince=1)>
    Public Class C1BulletGraph 
       Inherits C1LinearGauge
       Implements Android.Graphics.Drawables.Drawable.ICallback, Android.Runtime.IJavaObject, Android.Views.Accessibility.IAccessibilityEventSource, Android.Views.IViewManager, Android.Views.IViewParent, Android.Views.KeyEvent.ICallback, C1.Android.Core.IDependencyObject, Java.Interop.IJavaPeerable 
    'Usage
     
    
    Dim instance As C1BulletGraph
    [C1LicensedControl()]
    [Android.Runtime.Register("android/widget/FrameLayout", 
       DoNotGenerateAcw=true, 
       ApiSince=1)]
    public class C1BulletGraph : C1LinearGauge, Android.Graphics.Drawables.Drawable.ICallback, Android.Runtime.IJavaObject, Android.Views.Accessibility.IAccessibilityEventSource, Android.Views.IViewManager, Android.Views.IViewParent, Android.Views.KeyEvent.ICallback, C1.Android.Core.IDependencyObject, Java.Interop.IJavaPeerable  
    Inheritance Hierarchy

    System.Object
       Java.Lang.Object
          Android.Views.View
             Android.Views.ViewGroup
                Android.Widget.FrameLayout
                   C1.Android.Gauge.C1Gauge
                      C1.Android.Gauge.C1LinearGauge
                         C1.Android.Gauge.C1BulletGraph

    See Also