[]
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.
public class C1BulletGraph : C1LinearGauge, IComponent, IDisposable
| Name | Description |
|---|---|
| C1BulletGraph() | Initializes a new instance of a C1BulletGraph. |
| 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. |
| Name | Description |
|---|---|
| OnPropertyChanged(string, object, object, bool) |