<< Click to display table of contents >> TRVReportPieVisualizer.Gradient |
Specifies whether pie slices are painted using a linear gradient fill.
property Gradient: Boolean;
If False, pie slices are filled with Color.
If True, pie slices are filled with a gradient from Color (at bottom) to a twice lighter color (at top).
VCL and LCL: Gradient is used only if visualizers are drawn using GDI+ (in Delphi XE2+ and optionally in Lazarus).
Default value
False