[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Gauge.C1BulletGraph

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.

Inheritance
C1BulletGraph
Implements
Namespace: C1.Xamarin.Forms.Gauge
Assembly: C1.Xamarin.Forms.Gauge.dll
Syntax
public class C1BulletGraph : C1LinearGauge, IComponent, IDisposable

Constructors

Name Description
C1BulletGraph()

Initializes a new instance of a C1BulletGraph.

Fields

Name Description
BadProperty
BadPropertyName
BadRangeColorProperty
BadRangeColorPropertyName
DefaultBadColor
DefaultGoodColor
DefaultPointerColor
DefaultPointerThickness
DefaultTargetColor
DefaultTargetThickness
DefaultValueTextColor
GoodProperty
GoodPropertyName
GoodRangeColorProperty
GoodRangeColorPropertyName
TargetColorProperty
TargetProperty
TargetPropertyName
TargetRangeColorPropertyName

Properties

Name Description
Bad

Gets or sets a reference value considered bad for the measure.

BadRangeColor

Gets or sets the color of the bad range.

Good

Gets or sets a reference value considered good for the measure.

GoodRangeColor

Gets or sets the color of the good range.

Target

Gets or sets the target value for the measure.

TargetColor

Gets or sets the color of the target.

Methods

Name Description
OnPropertyChanged(string, object, object, bool)