<< Click to display table of contents >> TRVReportGaugeVisualizer.RedLowValues |
This property defines the order of areas of a gauge.
property RedLowValues: Boolean;
The range of values from MinValue to MaxValue are separated into three areas: "green", "yellow", "red".
If RedLowValues = False, areas are ordered: "green", "yellow", "red".
If RedLowValues = True, areas are ordered: "red", "yellow", "green".
The examples use the following data:
20 |
46.7 |
73.3 |
100 |
It's supposed that "green" area contains good values, "red" value contains bad values, "yellow" area contains neutral values.
Default value
False
See also
•RedAreaPercent, YellowAreaPercent