Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.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.
    Syntax
    'Declaration
     
    
    <Foundation.RegisterAttribute("C1BulletGraph")>
    <DesignTimeVisibleAttribute(True)>
    <C1LicensedControlAttribute()>
    Public Class C1BulletGraph 
       Inherits C1LinearGauge
       Implements C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment 
    'Usage
     
    
    Dim instance As C1BulletGraph
    [Foundation.Register("C1BulletGraph")]
    [DesignTimeVisible(true)]
    [C1LicensedControl()]
    public class C1BulletGraph : C1LinearGauge, C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment  
    Inheritance Hierarchy

    System.Object
       Foundation.NSObject
          UIKit.UIResponder
             UIKit.UIView
                C1.iOS.Gauge.C1Gauge
                   C1.iOS.Gauge.C1LinearGauge
                      C1.iOS.Gauge.C1BulletGraph

    See Also