The custom threshold property is used to create color zone on the gauge.
There are 3 mode :
- Unique
- Range
- Custom
Unique
Unique mode is made to get a single threshold value. it can be configured with a direction that define the zone in green or in red :
Direction | Below color | Above color |
---|---|---|
Low is good | Green | Red |
High is good | Red | Green |
Range
Range mode is working similar to the threshold but instead of having a single point, it is possible to define a zone with a minimum and a maximum.
It is possible to define only the start of the end of the zone. The direction is also configurable :
Direction | Inside color | Outside color |
---|---|---|
Inside is good | Green | Red |
Outside is good | Red | Green |
Custom
The custom mode is the most flexible available for the gauge. It is possible to define up to 10 color zone.
The zones can be configured with min & max value or with a percentage (of the gauge minimum and maximum)
Value based
Value based mode allows to configure each zone with a start and end value
Percentage based
Percentage based mode allow to configure each zone with a percentage of the gauge
Post your comment on this topic.