# Style BulletGraph

With Gauge controls for WinForms (GaugeControl) you can visualize your date in beautiful and meaningful ways. This API provides different gauges as Linear Gauge, Radial Gauge, BulletGraph Gauge to create simple and practical usecases.

## Content



Gauges provide several properties to customize the appearance of the BulletGraph control. You can enhance the overall look of BulletGraph such as change the colors of bad range, good range and target.

![](https://cdn.mescius.io/document-site-files/images/4f868d06-8d51-499e-8191-b535fade2347/images/bulletgraph-control-style.png)

The following code sample shows how to style the face of the BulletGraph control.

```xml
<c1:C1BulletGraph Name="bulletGraph" Bad="60" BadRangeColor="Beige"  Good="80" GoodRangeColor="Aquamarine" TargetColor="DarkBlue"  TextVisibility="All" Value="50" Target="75" />
```