<< Click to display table of contents >> TRVReportBarVisualizer.NegativeColor, NegativeLineColor |
These properties specify colors for bars displayed for negative values.
property NegativeColor: TRVColor;
property NegativeLineColor: TRVColor;
NegativeColor is used to fill bars displayed for negative values.
NegativeLineColor is used to draw a rectangle around these bars. If NegativeLineColor = rvclNone, LineColor is used.
Note: for bars displayed for positive values, Color and LineColor are used
Default value
•NegativeColor: rvclRed
•NegativeLineColor: rvclNone