C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1BulletGraph Class
Members


C1BulletGraph Class
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 ClassGaugeRange ClassGaugeRangeCollection ClassGaugeRange ClassC1Animation Class
Syntax
'Declaration
 
<C1LicensedControlAttribute()>
Public Class C1BulletGraph 
   Inherits C1LinearGauge
   Implements Xamarin.Forms.IAnimatable, Xamarin.Forms.IElementController, Xamarin.Forms.Internals.IGestureController, Xamarin.Forms.ITabStopElement, Xamarin.Forms.IViewController, Xamarin.Forms.IVisualElementController 
 
'Usage
 
Dim instance As C1BulletGraph
Inheritance Hierarchy

System.Object
   Xamarin.Forms.BindableObject
      Xamarin.Forms.Element
         Xamarin.Forms.NavigableElement
            Xamarin.Forms.VisualElement
               Xamarin.Forms.View
                  C1.Xamarin.Forms.Gauge.C1Gauge
                     C1.Xamarin.Forms.Gauge.C1LinearGauge
                        C1.Xamarin.Forms.Gauge.C1BulletGraph

See Also