<< Click to display table of contents >> TRVReportSignalStrengthVisualizer.ColorEmpty, LineColorEmpty, OpacityEmpty |
These properties define colors and opacity for empty bars or wedges.
property ColorEmpty: TRVColor;
property LineColorEmpty: TRVColor;
property OpacityEmpty: TRVOpacity;
Empty bars are filled with ColorEmpty and OpacityEmpty, and outlined with LineColorEmpty (unless LineUsesFillColor = True)
Full bars are filled with Color (fully opaque), and outlined with LineColor (unless LineUsesFillColor = True).
Default values
•ColorEmpty: rvclNone
•LineColorEmpty: rvclSilver
•OpacityEmpty: 50000 (i.e. 50%)
See also: