The following quick start guide is intended to get you up and running with BulletGraph for WPF. You will begin in Visual Studio, create a new project, add a BulletGraph to your application, and add the gauge value.
The following image depicts a BulletGraph that displays the value property set at 50.
To set up your project and add the BulletGraph control to your application, complete the following steps:
Set the Value property of BulletGraph to 50. Also, set the Bad, Good, Target and TextVisbility properties to customize the gauge control.
For more information about Value, see Values and BulletGraph features.
Build and run to view the final BulletGraph application.