TRVReportBarVisualizer.FitWidth

<< 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

BarVis_NoFitWidth

BarVis_FitWidth

In this example, Margin = 5

Default value

True