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
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
[C1LicensedControl()]
public class C1BulletGraph : C1LinearGauge, Xamarin.Forms.IAnimatable, Xamarin.Forms.IElementController, Xamarin.Forms.Internals.IGestureController, Xamarin.Forms.ITabStopElement, Xamarin.Forms.IViewController, Xamarin.Forms.IVisualElementController
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