TRVReportGaugeVisualizer.GreenAreaColor, YellowAreaColor, RedAreaColor

<< Click to display table of contents >>

TRVReportGaugeVisualizer.GreenAreaColor, YellowAreaColor, RedAreaColor

The properties define colors of the gauge areas.

property GreenAreaColor: TRVColor;

property YellowAreaColor: TRVColor;

property RedAreaColor: TRVColor;

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

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

Default values:

GreenAreaColor: $41C589 for VCL and LCL; $FF89C541 for FMX

YellowAreaColor: $39CFF8 for VCL and LCL; $FFF8CF39 for FMX

RedAreaColor: $3330D9 for VCL and LCL; $FFD93033 for FMX

See also

RedLowValues

SingleColorMode

RedAreaPercent, YellowAreaPercent