TRVReportGaugeVisualizer.YellowAreaPercent, RedAreaPercent

<< Click to display table of contents >>

TRVReportGaugeVisualizer.YellowAreaPercent, RedAreaPercent

The properties define relative sizes of the gauge values.

property RedAreaPercent: Integer;
property YellowAreaPercent: Integer;

The range of values from MinValue to MaxValue are separated into three areas: "green", "yellow", "red". Their relative size is defined in these properties.

It's supposed that "green" area contains good values, "red" value contains bad values, "yellow" area contains neutral values.

The relative size of the "green" area is calculated as 100 - YellowAreaPercent - RedAreaPercent.

The areas can be ordered as green-yellow-red or red-yellow-green, depending on RedLowValues.

Default values:

33, 33 (so the green area is 34%)