TRVReportBarVisualizer.Gradient

<< Click to display table of contents >>

TRVReportBarVisualizer.Gradient

Specifies whether bars must be painted using a linear gradient fill.

property Gradient: Boolean;

If False, bars are filled with Color.

If True, bars are filled with a gradient from Color to a twice lighter color, in the direction specified in BarDirection.

For negative values, NegativeColor is used instead, and the direction may be opposite, see AxisPosition.

VCL and LCL: Gradient is used only if visualizers are drawn using GDI+ (in Delphi XE2+ and optionally in Lazarus).

Default value

False