Gauge Classes
The gauge classes are:
-
LEDGauge class.
-
RatingGauge, RatingGaugeState, and GaugeThreshold classes.
-
StatusMeterGauge class.
-
Threshold class.
Use the gauge classes to create gauges that display metrics in several common formats, including status meters, ratings, and LEDs.
The Threshold class is used in conjunction with the gauge classes: LEDGauge and StatusMeterGauge. The Threshold class provides a way to add reference areas and color coding to your gauges.
Related Topics