TRVReportCustomValueVisualizer.Color, LineColor

<< Click to display table of contents >>

TRVReportCustomValueVisualizer.Color, LineColor

These properties specify colors.

property Color: TRVColor
property LineColor: TRVColor

The use of these properties depends on the specific visualizer. But any visualizer draws some shape, and it uses Color to fill its interior, and LineColor to draw its outline.

Some visualizers have Gradient property. If Gradient = True, shapes are painted with a gradient fill (color 1: Color; color2: a color twice lighter than Color)

Some visualizers have LineUsesFillColor property. If LineUsesFillColor = True and Color <> rvclNone, an outline color for shapes is calculated basing on Color:

for gradient fills, the outline color is Color

for plain color fills, the online color is twice darker than Color

Default values

Color: $C68E63 for VCL and LCL; $FF638EC6 for FMX

LineColor: rvclBlack