| 
       << Click to display table of contents >> TRVReportBarVisualizer.FitWidth | 
    
Specifies whether all bars have the same width.
property FitWidth: Boolean;
If FitWidth = False, all bars have the same width, to fit the narrowest cell.
If FitWidth = True, width of each bar is calculated individually, to fit the container cell.
Bar widths may be limited by MaxWidth.
Example:
FitWidth = False  | 
FitWidth = True  | 
  | 
  | 
In this example, Margin = 5
Default value
True