<< Click to display table of contents >> TRVReportSignalStrengthVisualizer.LineUsesFillColor |
Specifies how bars (or wedges) are outlined.
property LineUsesFillColor: Boolean;
If LineUsesFillColor = False:
Full bars are outlined with LineColor, empty bars are outlined with LineColorEmpty.
If LineUsesFillColor = True:
If the corresponding fill color is equal to rvclNone, LineColor/LineColorEmpty is used. Otherwise, if Gradient = True, bars are outlined with Color/ColorEmpty; if Gradient = False, they are outlined with twice darker colors.
Default value
True