<< Click to display table of contents >> TRVReportShapeRepeaterVisualizer.Direction |
A direction in which shapes are displayed
type
TRVReportBarDirection = (rvrbdRight, rvrbdLeft, rvrbdUp, rvrbdDown);
property Direction: TRVReportBarDirection;
Shapes are displayed in rows and columns. Full shapes are added according to Direction.
Value |
Meaning |
Example |
rvrbdRight |
From left to right, then from top to bottom |
|
rvrbdLeft |
From right to left, then from bottom to top |
|
rvrbdUp |
From bottom to top, then from right to left |
|
rvrbdDown |
From top to bottom, then from left to right |
Default values
rvrbdRight