TRVReportAreaSizeVisualizer.MinSize, MaxSize

<< Click to display table of contents >>

TRVReportAreaSizeVisualizer.MinSize, MaxSize

These properties define the minimal and maximal sizes for displayed shapes.

property MinSize: TRVStyleLength;
property MaxSize: TRVStyleLength;

These values are measured in screen pixels or in twips (1/20 of point) or in EMU, depending on Units property of TRVStyle component.

MinSize specifies the size of a shape corresponding to MinValue (or to 0, if MinValue is negative).

The maximal shape size (corresponding to MaxValue) is calculated from cell sizes, but it cannot be greater than MaxSize (if MaxSize is positive).

MaxValue cannot be less than MinValue (otherwise, it is ignored).

Shape

The size defines

rvrsshCircle

diameter

rvrsshSquare

side length

Default values

0 (meaning no shape for MinValue, and maximal possible shape size for MaxValue)