[]
Represented the boilerplate of a bullet chart.
public interface IBulletChart
| Name | Description |
|---|---|
| BackgroundColor | Gets the color used to paint the background. |
| BulletType | Gets the bullet chart type. |
| HasValue | Gets a value indicating whether the bullet chart has a value. |
| Interval | Gets the interval of the quantitative scale. |
| LabelFormat | Gets the format code to use for labels. |
| LabelStyle | Gets the style of the labels. |
| MarkerShape | Gets the shape of the performance measure marker. |
| MarkerStyle | Gets the style of the marker. |
| MarkerValue | Gets the value of a comparative measure. |
| Max | Gets the maximum value of the quantitative scale. |
| Min | Gets the minimum value of the quantitative scale. |
| Ranges | Gets the qualitative ranges. |
| ShowLabels | Gets a value indicating whether to show labels. |
| TickLineStyle | Gets the style of the ticks. |
| TickMark | Gets the tick mark style. |
| Value | Gets the value of the performance measure. |
| ValueColor | Gets the color used to paint the performance measure marker. |