Some of the key features of Gauges for WPF that you may find useful include the following:
- Define Range
Gauges provide two types of values, minimum and maximum to indicate the smallest and largest values, and thereby define a range for the gauge. For more information, see Range.
- Gauge Direction
You can change the direction of gauges. In Linear Gauge and BulletGraph, you can horizontally or vertically position the gauge, while in radial gauge, you can reverse the direction from anti-clockwise to clockwise. For more information about Gauge direction, see Direction.
- Label Support
The Gauge control supports labelling to display the value, minimum and maximum attributes of the gauges. For more information about labelling, see Values.
- Gauge Styling
You can style the face, value, range and pointer to make the Gauge control more appealing. For more information on styling, see Appearance and Styling.
- User Interaction
The Gauge controls support end-user interaction functionality so that you can easily interact with the gauge pointer. For more information, see User Interaction.